Searched defs:pMemDebug (Results 1 - 2 of 2) sorted by relevance

/system/wlan/ti/wilink_6_1/Test/
H A DTWD_Debug.c627 TFwDebugParams* pMemDebug = (TFwDebugParams*)pParam; local
634 if (pMemDebug == NULL)
658 WLAN_OS_REPORT(("TWD_Debug, TWD_READ_MEM, Addr: 0x%X\n", pMemDebug->addr));
661 if (pMemDebug == NULL)
668 *(TI_UINT32*)&pMemDebug->length = 4;
671 if (TWD_isValidMemoryAddr(hTWD, pMemDebug) == TI_TRUE)
676 os_memorySet(pTWD->hOs, (void*)pMemDebug->UBuf.buf8, 0, 4);
677 if ( TWD_readMem (hTWD, pMemDebug, NULL, NULL) != TI_OK )
684 else if (TWD_isValidRegAddr(hTWD, pMemDebug) == TI_TRUE)
689 *(TI_UINT32*)&pMemDebug
[all...]
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.c1393 TI_STATUS TWD_readMem (TI_HANDLE hTWD, TFwDebugParams* pMemDebug, void* fCb, TI_HANDLE hCb) argument
1395 if (hTWD == NULL || pMemDebug == NULL)
1402 if (fwDbg_ReadAddr(((TTwd *)hTWD)->hFwDbg,pMemDebug->addr,pMemDebug->length,pMemDebug->UBuf.buf8,(TFwDubCallback)fCb,hCb) == TI_NOK)
1412 TI_STATUS TWD_writeMem (TI_HANDLE hTWD, TFwDebugParams* pMemDebug, void* fCb, TI_HANDLE hCb) argument
1414 if (hTWD == NULL || pMemDebug == NULL)
1421 if (fwDbg_WriteAddr(((TTwd *)hTWD)->hFwDbg,pMemDebug->addr,pMemDebug->length,pMemDebug
1431 TWD_isValidMemoryAddr(TI_HANDLE hTWD, TFwDebugParams* pMemDebug) argument
1443 TWD_isValidRegAddr(TI_HANDLE hTWD, TFwDebugParams* pMemDebug) argument
[all...]

Completed in 58 milliseconds