Searched refs:SPRGROUP_IMMU (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/openrisc/include/asm/
H A Dspr_defs.h33 #define SPRGROUP_IMMU (2 << MAX_SPRS_PER_GRP_BITS) macro
75 #define SPR_IMMUCR (SPRGROUP_IMMU + 0)
76 #define SPR_ITLBEIR (SPRGROUP_IMMU + 2)
77 #define SPR_ITLBMR_BASE(WAY) (SPRGROUP_IMMU + 0x200 + (WAY) * 0x100)
78 #define SPR_ITLBMR_LAST(WAY) (SPRGROUP_IMMU + 0x27f + (WAY) * 0x100)
79 #define SPR_ITLBTR_BASE(WAY) (SPRGROUP_IMMU + 0x280 + (WAY) * 0x100)
80 #define SPR_ITLBTR_LAST(WAY) (SPRGROUP_IMMU + 0x2ff + (WAY) * 0x100)

Completed in 52 milliseconds