Home
last modified time | relevance | path

Searched refs:HW_WRAM_B_SIZE (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.5/include/twl/hw/ARM9/
Dmmap_global.h77 #define HW_WRAM_B_SIZE 0x20000 macro
81 #define HW_WRAM_B_SIZE 0x40000 macro
96 #define HW_WRAM_B_END (HW_WRAM_B + (HW_WRAM_B_SIZE * 2))
98 #define HW_WRAM_B_END (HW_WRAM_B + HW_WRAM_B_SIZE)
108 #define HW_WRAM_B_OR_C_MIRROR_END (HW_WRAM_B_OR_C_MIRROR + (HW_WRAM_B_SIZE * 2)) // HW_WRAM_B_SIZ…
110 #define HW_WRAM_B_OR_C_MIRROR_END (HW_WRAM_B_OR_C_MIRROR + HW_WRAM_B_SIZE) // HW_WRAM_B_SIZE==HW_…
/TwlSDK-5.5/include/twl/mi/common/
DsharedWram.h40 #define MI_WRAM_B_SIZE HW_WRAM_B_SIZE
386 SDK_COMPILER_ASSERT(wramBCbototm - wramBCtop == HW_WRAM_B_SIZE + HW_WRAM_C_SIZE); in MIi_AddressToWramSlot()