Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/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.1.0/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.1.0/include/twl/hw/ARM9/
Dmmap_global.h90 #define HW_WRAM_END HW_WRAM_1_END macro
/TwlSDK-5.1.0/build/tools/makelcf.TWL/
Dcreatelcf.c241 else if (HW_WRAM <= address && address < HW_WRAM_END) in GetSectionMemType()
254 else if (HW_WRAM <= address && address < HW_WRAM_END) in GetSectionMemType()
/TwlSDK-5.1.0/build/tools/makelcf/
Dcreatelcf.c303 else if (HW_WRAM <= address && address < HW_WRAM_END) in GetSectionMemType()
316 else if (HW_WRAM <= address && address < HW_WRAM_END) in GetSectionMemType()