HomeSort by relevance Sort by last modified time
    Searched refs:uFixedBusyLen (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 277 pWSPI->uFixedBusyLen = aConfig->fixedBusyLength;
278 pWSPI->uFixedBusyBytes = pWSPI->uFixedBusyLen * 4 + 4;
288 if (pWSPI->uFixedBusyLen != 0)
337 (pWSPI->uConfigMask << 3) | (pWSPI->uFixedBusyLen & WSPI_INIT_CMD_FIXEDBUSY_LEN);
339 ((pWSPI->uFixedBusyLen == 0) ?
456 if (pWSPI->uFixedBusyLen == 0)
480 for (i = 0; i < pWSPI->uFixedBusyLen; i++)
488 if (pWSPI->uFixedBusyLen)
559 if (pWSPI->uFixedBusyLen == 0)
590 for (i = 0; i < pWSPI->uFixedBusyLen; i++)
    [all...]
wspi.h 122 UINT32 uFixedBusyLen; /* number of fixed busy cycles */

Completed in 97 milliseconds