Searched refs:HW_WRAM_B_SIZE (Results 1 – 2 of 2) sorted by relevance
77 #define HW_WRAM_B_SIZE 0x20000 macro81 #define HW_WRAM_B_SIZE 0x40000 macro96 #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_…
40 #define MI_WRAM_B_SIZE HW_WRAM_B_SIZE386 SDK_COMPILER_ASSERT(wramBCbototm - wramBCtop == HW_WRAM_B_SIZE + HW_WRAM_C_SIZE); in MIi_AddressToWramSlot()