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

/linux-4.4.14/arch/openrisc/include/asm/
H A Dspr_defs.h34 #define SPRGROUP_DC (3 << MAX_SPRS_PER_GRP_BITS) macro
83 #define SPR_DCCR (SPRGROUP_DC + 0)
84 #define SPR_DCBPR (SPRGROUP_DC + 1)
85 #define SPR_DCBFR (SPRGROUP_DC + 2)
86 #define SPR_DCBIR (SPRGROUP_DC + 3)
87 #define SPR_DCBWR (SPRGROUP_DC + 4)
88 #define SPR_DCBLR (SPRGROUP_DC + 5)
89 #define SPR_DCR_BASE(WAY) (SPRGROUP_DC + 0x200 + (WAY) * 0x200)
90 #define SPR_DCR_LAST(WAY) (SPRGROUP_DC + 0x3ff + (WAY) * 0x200)

Completed in 43 milliseconds