Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/twl/hw/ARM9/
Dmmap_global.h78 #define HW_WRAM_C_SIZE 0x20000 macro
82 #define HW_WRAM_C_SIZE 0x40000 macro
102 #define HW_WRAM_C_END (HW_WRAM_C + (HW_WRAM_C_SIZE * 2))
104 #define HW_WRAM_C_END (HW_WRAM_C + HW_WRAM_C_SIZE)
/TwlSDK-5.1.0/include/twl/mi/common/
DsharedWram.h41 #define MI_WRAM_C_SIZE HW_WRAM_C_SIZE
386 SDK_COMPILER_ASSERT(wramBCbototm - wramBCtop == HW_WRAM_B_SIZE + HW_WRAM_C_SIZE); in MIi_AddressToWramSlot()