HomeSort by relevance Sort by last modified time
    Searched refs:WSPI_WriteAsync (Results 1 - 5 of 5) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/
wspi.h 89 int WSPI_WriteAsync (TI_HANDLE hWSPI, UINT32 address, UINT8* data, UINT32 length, WSPI_CB_T* CB, BOOL bMore, BOOL bSpaceReserved);
whalHwAccess.c 609 status = WSPI_WriteAsync (pHwAccess->hDriver,
    [all...]
wspi.c 646 WSPI_WriteAsync (hWSPI, address, data, length, &cb, 1, 0);
    [all...]
  /hardware/ti/wlan/wl1271/Txn/
WspiBusDrv.c 304 pBusDrv->eCurrTxnStatus = WSPI_WriteAsync(pBusDrv->hWspi, pTxn->uHwAddr,tempWriteBuff,pTxn->aLen[0], &cb, TI_TRUE, TI_TRUE,TXN_PARAM_GET_FIXED_ADDR(pTxn));
  /system/wlan/ti/wilink_6_1/Txn/
WspiBusDrv.c 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 46 milliseconds