Home
last modified time | relevance | path

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

/TwlSDK-5.4/include/twl/hw/ARM9/
Dmmap_global.h96 #define HW_WRAM_B_END (HW_WRAM_B + (HW_WRAM_B_SIZE * 2)) macro
98 #define HW_WRAM_B_END (HW_WRAM_B + HW_WRAM_B_SIZE) macro
106 #define HW_WRAM_B_OR_C_MIRROR HW_WRAM_B_END
/TwlSDK-5.4/include/twl/mi/common/
DsharedWram.h384 static const u32 wramBCbototm = HW_WRAM_B_END; in MIi_AddressToWramSlot()
/TwlSDK-5.4/build/libraries/os/common/src/
Dos_alloc.c1862 if( (u32)ptr >= HW_WRAM_B && (u32)ptr < HW_WRAM_B_END ) in OS_IsOnWramB()