Searched refs:uMemSize1 (Results 1 – 2 of 2) sorted by relevance
160 TI_UINT32 uMemSize1; /* The HW memory region end address. */ member480 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()
159 #define SET_PARTITION(pPartition,uAddr1,uMemSize1,uAddr2,uMemSize2,uAddr3,uMemSize3,uAddr4) \ argument161 ((TPartition*)pPartition)[0].uMemSize = uMemSize1; \