mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-07-31 12:41:06 +00:00
update
This commit is contained in:
parent
0cf6a74c39
commit
020aedc9bb
114 changed files with 28699 additions and 2408 deletions
|
|
@ -111,7 +111,7 @@ VOID _SsiWriteInterruptRtl8195a(VOID *Adapter)
|
|||
if (pHalSsiAdapter->TxLength == 0) {
|
||||
pHalSsiAdapter->InterruptMask &= ~(BIT_IMR_TXEIM);
|
||||
HalSsiSetInterruptMaskRtl8195a((VOID*)pHalSsiAdapter);
|
||||
for (i=0;i<1000000;i++) {
|
||||
for (i=0;i<1000000;i++) {
|
||||
bus_busy = HAL_SSI_READ32(Index, REG_DW_SSI_SR) & BIT_SR_BUSY;
|
||||
if (!bus_busy) {
|
||||
break; // break the for loop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue