Home
last modified time | relevance | path

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

/linux-5.19.10/arch/openrisc/include/asm/
Dspr_defs.h29 #define SPRGROUP_IMMU (2 << MAX_SPRS_PER_GRP_BITS) macro
78 #define SPR_IMMUCR (SPRGROUP_IMMU + 0)
79 #define SPR_ITLBEIR (SPRGROUP_IMMU + 2)
80 #define SPR_ITLBMR_BASE(WAY) (SPRGROUP_IMMU + 0x200 + (WAY) * 0x100)
81 #define SPR_ITLBMR_LAST(WAY) (SPRGROUP_IMMU + 0x27f + (WAY) * 0x100)
82 #define SPR_ITLBTR_BASE(WAY) (SPRGROUP_IMMU + 0x280 + (WAY) * 0x100)
83 #define SPR_ITLBTR_LAST(WAY) (SPRGROUP_IMMU + 0x2ff + (WAY) * 0x100)