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

/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosUtil.c5414 ReadWriteCommand_t* pReadWriteCommandStruct = (ReadWriteCommand_t*)pAdapter->IoCompleteBuff; local
5423 pReadWriteCommandStruct->addr = *pRegAdress;
5424 pReadWriteCommandStruct->size = 4;
5450 ReadWriteCommand_t* pReadWriteCommandStruct = (ReadWriteCommand_t*)pReadBuff; local
5456 os_memoryCopy(hAdapter, (PVOID)pRegDataReturn, (PVOID)pReadWriteCommandStruct->value, sizeof(UINT32));
5475 ReadWriteCommand_t* pReadWriteCommandStruct = (ReadWriteCommand_t*)pAdapter->IoCompleteBuff; local
5481 pReadWriteCommandStruct->addr = pReg->regAddr;
5482 pReadWriteCommandStruct->size = pReg->regSize;
5483 os_memoryCopy((TI_HANDLE)pAdapter, (PVOID)pReadWriteCommandStruct->value, (PVOID)&pReg->regValue, pReadWriteCommandStruct
[all...]

Completed in 101 milliseconds