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 )
735 if (((u32)romRegp->offset >= MB_LOAD_AREA_LO) in MBi_SetSegmentInfo()766 if (((u32)romRegp->offset >= MB_LOAD_AREA_LO) in MBi_SetSegmentInfo()1011 if (address >= MB_LOAD_AREA_LO && address + size <= MB_LOAD_AREA_HI) in MBi_IsAbleToRecv()1026 if (address >= MB_LOAD_AREA_LO && address + size <= MB_ARM7_STATIC_RECV_BUFFER_END) in MBi_IsAbleToRecv()1055 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()