HomeSort by relevance Sort by last modified time
    Searched refs:uFixedBusy (Results 1 - 2 of 2) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/
wspi.c 429 UINT32 uFixedBusy;
462 ret |= SPI_ReadSync (pWSPI->hSPI, (UINT8*)&uFixedBusy, WSPI_SIZEOF_UINT32);
463 if ((uFixedBusy & 0x1) != 0)
481 ret |= SPI_ReadSync (pWSPI->hSPI, (UINT8*)&uFixedBusy, WSPI_SIZEOF_UINT32);
482 ret |= SPI_ReadSync (pWSPI->hSPI, (UINT8*)&uFixedBusy, WSPI_SIZEOF_UINT32);
492 if (!(uFixedBusy & 0x1))
561 UINT32 uFixedBusy, i;
566 ret |= SPI_ReadSync (pWSPI->hSPI, (UINT8*)&uFixedBusy, WSPI_SIZEOF_UINT32);
567 if ((uFixedBusy & 0x1) != 0)
587 UINT32 uFixedBusy, i
    [all...]
wspi.h 124 UINT32 uFixedBusy; /* fixed busy buffer */

Completed in 301 milliseconds