Home | History | Annotate | Download | only in BusTxn

Lines Matching refs:uFixedBusyLen

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++)
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));
978 os_memoryCopy (pWSPI->hOs, pWSPI->data, &(pRbuf[pWSPI->uFixedBusyLen + 1 + pWSPI->ExtraBufLength]), pWSPI->length - iExtraBufByteLength);
1024 os_memoryCopy (pWSPI->hOs, pWSPI->data, &(pWSPI->pTempBuf[pWSPI->uFixedBusyLen + 1 + pWSPI->ExtraBufLength]), pWSPI->length - iExtraBufByteLength);
1073 while (((pRbuf[pWSPI->uFixedBusyLen + pWSPI->ExtraBufLength] & 0x1) == 0) &&
1088 if ((pRbuf[pWSPI->uFixedBusyLen + pWSPI->ExtraBufLength] & 0x1) != 0)
1129 pWSPI->uCmd, pRbuf, pRbuf[pWSPI->uFixedBusyLen + 1],pWSPI->length));