Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/include/twl/mi/common/
DsharedWram.h383 static const u32 wramBCtop = HW_WRAM_C; in MIi_AddressToWramSlot() local
386 SDK_COMPILER_ASSERT(wramBCbototm - wramBCtop == HW_WRAM_B_SIZE + HW_WRAM_C_SIZE); in MIi_AddressToWramSlot()
387 u32 slot = (u32)(((u32)address - wramBCtop) / MI_WRAM_B_SLOT_SIZE); in MIi_AddressToWramSlot()