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

/system/wlan/ti/wilink_6_1/TWD/TwIf/
H A DTwIf.c159 TI_UINT32 uMemSize2; /* The HW registers region end address. */ member in struct:_TTwIfObj
440 pTwIf->uMemSize2 = pPartition[1].uMemSize;
456 pPartitionRegTxn[3].tData = ENDIAN_HANDLE_LONG(pTwIf->uMemSize2);
630 if ((pTxn->uHwAddr >= pTwIf->uMemAddr2) && (pTxn->uHwAddr <= pTwIf->uMemAddr2 + pTwIf->uMemSize2))
1006 ( Address < pTwIf->uMemAddr2 + pTwIf->uMemSize2 ))
1045 WLAN_OS_REPORT(("uRegSize = 0x%x\n", pTwIf->uMemSize2 ));

Completed in 76 milliseconds