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

/hardware/ti/wlan/wl1271/TWD/TwIf/
H A DTwIf.c473 TPartitionRegTxn *pPartitionRegTxn;/* The partition transaction structure for one register */ local
488 pPartitionRegTxn = (TPartitionRegTxn *) os_memoryAlloc (pTwIf->hOs, 7*sizeof(TPartitionRegTxn));
489 pTxnHdr = &(pPartitionRegTxn->tHdr);
492 os_memoryZero(pTwIf->hOs, pPartitionRegTxn, 7*sizeof(TPartitionRegTxn));
495 pPartitionRegTxn[0].tData = ENDIAN_HANDLE_LONG(pTwIf->uMemAddr1);
496 pPartitionRegTxn[1].tData = ENDIAN_HANDLE_LONG(pTwIf->uMemSize1);
497 pPartitionRegTxn[2].tData = ENDIAN_HANDLE_LONG(pTwIf->uMemAddr2);
498 pPartitionRegTxn[3].tData = ENDIAN_HANDLE_LONG(pTwIf->uMemSize2);
499 pPartitionRegTxn[4].tData = ENDIAN_HANDLE_LONG(pTwIf->uMemAddr3);
500 pPartitionRegTxn[
[all...]

Completed in 3 milliseconds