Home
last modified time | relevance | path

Searched refs:HW_WRAM_END (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.4/include/nitro/hw/ARM9/
Dmmap_global.h66 #define HW_WRAM_END 0x03800000 macro
67 #define HW_WRAM_SIZE (HW_WRAM_END-HW_WRAM)
75 #define HW_WRAM_EX HW_WRAM_END
/TwlSDK-5.4/build/libraries/os/common/src/
Dos_arena.c113 #define OSi_WRAM_SUB_ARENA_HI_DEFAULT HW_WRAM_END
585 if ((u32)HW_WRAM_END < (u32)wramSubLo) in OS_GetInitArenaLo()
587 wramSubLo = (u32)HW_WRAM_END; in OS_GetInitArenaLo()
/TwlSDK-5.4/include/twl/hw/ARM9/
Dmmap_global.h90 #define HW_WRAM_END HW_WRAM_1_END macro
/TwlSDK-5.4/build/tools/makelcf.TWL/
Dcreatelcf.c247 else if (HW_WRAM <= address && address < HW_WRAM_END) in GetSectionMemType()
260 else if (HW_WRAM <= address && address < HW_WRAM_END) in GetSectionMemType()
/TwlSDK-5.4/build/tools/makelcf/
Dcreatelcf.c307 else if (HW_WRAM <= address && address < HW_WRAM_END) in GetSectionMemType()
320 else if (HW_WRAM <= address && address < HW_WRAM_END) in GetSectionMemType()