Searched refs:wramBCtop (Results 1 – 1 of 1) sorted by relevance
383 static const u32 wramBCtop = HW_WRAM_C; in MIi_AddressToWramSlot() local386 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()