Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/TWD/TwIf/
DTwIf.c160 TI_UINT32 uMemSize1; /* The HW memory region end address. */ member
480 pTwIf->uMemSize1 = pPartition[0].uMemSize; in twIf_SetPartition()
496 pPartitionRegTxn[1].tData = ENDIAN_HANDLE_LONG(pTwIf->uMemSize1); in twIf_SetPartition()
674 pTxn->uHwAddr = pTxn->uHwAddr - pTwIf->uMemAddr2 + pTwIf->uMemSize1; in twIf_Transact()
1079 (Address + Length < pTwIf->uMemAddr1 + pTwIf->uMemSize1 )) in twIf_isValidMemoryAddr()
1127 WLAN_OS_REPORT(("uMemSize = 0x%x\n", pTwIf->uMemSize1 )); in twIf_PrintModuleInfo()
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/
DHwInit.c159 #define SET_PARTITION(pPartition,uAddr1,uMemSize1,uAddr2,uMemSize2,uAddr3,uMemSize3,uAddr4) \ argument
161 ((TPartition*)pPartition)[0].uMemSize = uMemSize1; \