Searched refs:MB_LOAD_AREA_LO (Results 1 – 3 of 3) sorted by relevance
65 #define MB_LOAD_AREA_LO ( HW_MAIN_MEM ) macro67 #define MB_LOAD_MAX_SIZE ( MB_LOAD_AREA_HI - MB_LOAD_AREA_LO )
738 if (((u32)romRegp->offset >= MB_LOAD_AREA_LO) in MBi_SetSegmentInfo()769 if (((u32)romRegp->offset >= MB_LOAD_AREA_LO) in MBi_SetSegmentInfo()1014 if (address >= MB_LOAD_AREA_LO && address + size <= MB_LOAD_AREA_HI) in MBi_IsAbleToRecv()1029 if (address >= MB_LOAD_AREA_LO && address + size <= MB_ARM7_STATIC_RECV_BUFFER_END) in MBi_IsAbleToRecv()1058 if (address >= MB_LOAD_AREA_LO && address < MB_BSSDESC_ADDRESS) in IsAbleToLoad()
875 MI_CpuClearFast((void *)MB_LOAD_AREA_LO, MB_LOAD_MAX_SIZE); in clearRecvRegion()