Home
last modified time | relevance | path

Searched refs:MB_LOAD_AREA_LO (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.5/build/libraries/mb/common/include/
Dmb_child.h65 #define MB_LOAD_AREA_LO ( HW_MAIN_MEM ) macro
67 #define MB_LOAD_MAX_SIZE ( MB_LOAD_AREA_HI - MB_LOAD_AREA_LO )
/TwlSDK-5.5/build/libraries/mb/common/src/
Dmb_fileinfo.c738 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()
Dmb_child.c875 MI_CpuClearFast((void *)MB_LOAD_AREA_LO, MB_LOAD_MAX_SIZE); in clearRecvRegion()