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

/system/wlan/ti/wilink_6_1/TWD/TwIf/
H A DTwIf.c431 TPartitionRegTxn *pPartitionRegTxn;/* The partition transaction structure for one register */ local
446 pPartitionRegTxn = (TPartitionRegTxn *) os_memoryAlloc (pTwIf->hOs, 7*sizeof(TPartitionRegTxn));
447 pTxnHdr = &(pPartitionRegTxn->tHdr);
450 os_memoryZero(pTwIf->hOs, pPartitionRegTxn, 7*sizeof(TPartitionRegTxn));
453 pPartitionRegTxn[0].tData = ENDIAN_HANDLE_LONG(pTwIf->uMemAddr1);
454 pPartitionRegTxn[1].tData = ENDIAN_HANDLE_LONG(pTwIf->uMemSize1);
455 pPartitionRegTxn[2].tData = ENDIAN_HANDLE_LONG(pTwIf->uMemAddr2);
456 pPartitionRegTxn[3].tData = ENDIAN_HANDLE_LONG(pTwIf->uMemSize2);
457 pPartitionRegTxn[4].tData = ENDIAN_HANDLE_LONG(pTwIf->uMemAddr3);
458 pPartitionRegTxn[
[all...]

Completed in 31 milliseconds