HomeSort by relevance Sort by last modified time
    Searched refs:pRbuf (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 914 UINT32 *pRbuf;
917 pRbuf = (pWSPI->bUseTempBuf) ? (UINT32 *)pWSPI->pTempBuf
921 if ((pRbuf[pWSPI->uFixedBusyLen] & 0x1) != 0)
928 *((UINT32*)pWSPI->data) = pRbuf[pWSPI->uFixedBusyLen + 1];
930 os_memoryCopy (pWSPI->hOs, pWSPI->data, &pRbuf[pWSPI->uFixedBusyLen + 1], pWSPI->length);
945 pWSPI->uCmd, pRbuf, pRbuf[pWSPI->uFixedBusyLen + 1], pWSPI->length));
947 WSPI_HandleFixedBusy(hWSPI, pRbuf);
965 UINT32 *pRbuf;
    [all...]
wspi.h 90 void WSPI_HandleFixedBusy(TI_HANDLE hWSPI, UINT32 *pRbuf);

Completed in 141 milliseconds