Home
last modified time | relevance | path

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

/Linux-v4.19/arch/openrisc/include/asm/
Dspr_defs.h33 #define SPRGROUP_IMMU (2 << MAX_SPRS_PER_GRP_BITS) macro
82 #define SPR_IMMUCR (SPRGROUP_IMMU + 0)
83 #define SPR_ITLBEIR (SPRGROUP_IMMU + 2)
84 #define SPR_ITLBMR_BASE(WAY) (SPRGROUP_IMMU + 0x200 + (WAY) * 0x100)
85 #define SPR_ITLBMR_LAST(WAY) (SPRGROUP_IMMU + 0x27f + (WAY) * 0x100)
86 #define SPR_ITLBTR_BASE(WAY) (SPRGROUP_IMMU + 0x280 + (WAY) * 0x100)
87 #define SPR_ITLBTR_LAST(WAY) (SPRGROUP_IMMU + 0x2ff + (WAY) * 0x100)