Searched refs:tempReadBuff (Results 1 - 1 of 1) sorted by relevance

/system/wlan/ti/wilink_6_1/Txn/
H A DWspiBusDrv.c281 TI_UINT8 * tempReadBuff; local
315 /* Decrease the tempReadBuff pointer to the beginning of the WSPI padding */
316 tempReadBuff = pTxn->aBuf[0];
317 tempReadBuff -= WSPI_PAD_LEN_READ;
319 pBusDrv->eCurrTxnStatus = WSPI_ReadAsync(pBusDrv->hWspi, pTxn->uHwAddr,tempReadBuff,pTxn->aLen[0], &cb, TI_TRUE, TI_TRUE,TXN_PARAM_GET_FIXED_ADDR(pTxn));

Completed in 17 milliseconds