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

/system/wlan/ti/wilink_6_1/platforms/hw/linux/
H A DSdioAdapter.h92 * \param pHostAddr - The data buffer to write from or read into
110 void * pHostAddr,
120 * \param pHostAddr - The data buffer to write from or read into
136 void * pHostAddr,
H A DSdioAdapter.c66 void * pHostAddr,
124 void * pHostAddr,
169 void * pHostAddr,
174 unsigned char *pData = pHostAddr;
209 void * pHostAddr,
219 return sdioAdapt_TransactBytes (uFuncId, uHwAddr, pHostAddr,
223 rc = sdio_memcpy_fromio(tiwlan_func, pHostAddr, uHwAddr, uLength);
225 rc = sdio_readsb(tiwlan_func, pHostAddr, uHwAddr, uLength);
230 rc = sdio_memcpy_toio(tiwlan_func, uHwAddr, pHostAddr, uLength);
232 rc = sdio_writesb(tiwlan_func, uHwAddr, pHostAddr, uLengt
167 sdioAdapt_TransactBytes(unsigned int uFuncId, unsigned int uHwAddr, void * pHostAddr, unsigned int uLength, unsigned int bDirection, unsigned int bMore) argument
207 sdioAdapt_Transact(unsigned int uFuncId, unsigned int uHwAddr, void * pHostAddr, unsigned int uLength, unsigned int bDirection, unsigned int bBlkMode, unsigned int bFixedAddr, unsigned int bMore) argument
435 sdioAdapt_Transact(unsigned int uFuncId, unsigned int uHwAddr, void * pHostAddr, unsigned int uLength, unsigned int bDirection, unsigned int bBlkMode, unsigned int bFixedAddr, unsigned int bMore) argument
497 sdioAdapt_TransactBytes(unsigned int uFuncId, unsigned int uHwAddr, void * pHostAddr, unsigned int uLength, unsigned int bDirection, unsigned int bMore) argument
[all...]
/system/wlan/ti/wilink_6_1/Txn/
H A DSdioBusDrv.c73 void * pHostAddr; /* The host buffer address to write from or read into */ member in struct:__anon1453
375 pBusDrv->aTxnParts[uPartNum].pHostAddr = (void *)pHostBuf;
398 pBusDrv->aTxnParts[uPartNum].pHostAddr = (void *)(pHostBuf + uLen);
421 pBusDrv->aTxnParts[uPartNum].pHostAddr = (void *)(pHostBuf + uRemainderLen);
469 pTxnPart->pHostAddr,
480 pTxnPart->pHostAddr,
491 pTxnPart->pHostAddr,
499 TRACE7(pBusDrv->hReport, REPORT_SEVERITY_INFORMATION, "busDrv_SendTxnParts: PartNum = %d, SingleStep = %d, Direction = %d, HwAddr = 0x%x, HostAddr = 0x%x, Length = %d, BlkMode = %d\n", pBusDrv->uCurrTxnPartsCount-1, TXN_PARAM_GET_SINGLE_STEP(pTxn), TXN_PARAM_GET_DIRECTION(pTxn), pTxnPart->uHwAddr, pTxnPart->pHostAddr, pTxnPart->uLength, pTxnPart->bBlkMode);

Completed in 1262 milliseconds