Home
last modified time | relevance | path

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

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