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

/system/wlan/ti/wilink_6_1/Txn/
H A DWspiBusDrv.c282 TI_UINT8 * tempWriteBuff; local
300 tempWriteBuff = pTxn->aBuf[0];
301 tempWriteBuff -= WSPI_PAD_LEN_WRITE;
304 pBusDrv->eCurrTxnStatus = WSPI_WriteAsync(pBusDrv->hWspi, pTxn->uHwAddr,tempWriteBuff,pTxn->aLen[0], &cb, TI_TRUE, TI_TRUE,TXN_PARAM_GET_FIXED_ADDR(pTxn));

Completed in 638 milliseconds