Home
last modified time | relevance | path

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

/openbmc/linux/arch/openrisc/include/asm/
H A Dspr_defs.h22 #define MAX_SPRS_PER_GRP_BITS (11) macro
27 #define SPRGROUP_SYS (0 << MAX_SPRS_PER_GRP_BITS)
28 #define SPRGROUP_DMMU (1 << MAX_SPRS_PER_GRP_BITS)
29 #define SPRGROUP_IMMU (2 << MAX_SPRS_PER_GRP_BITS)
30 #define SPRGROUP_DC (3 << MAX_SPRS_PER_GRP_BITS)
31 #define SPRGROUP_IC (4 << MAX_SPRS_PER_GRP_BITS)
32 #define SPRGROUP_MAC (5 << MAX_SPRS_PER_GRP_BITS)
33 #define SPRGROUP_D (6 << MAX_SPRS_PER_GRP_BITS)
34 #define SPRGROUP_PC (7 << MAX_SPRS_PER_GRP_BITS)
35 #define SPRGROUP_PM (8 << MAX_SPRS_PER_GRP_BITS)
[all …]