Home
last modified time | relevance | path

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

/arch/openrisc/include/asm/
Dspr_defs.h26 #define MAX_SPRS_PER_GRP_BITS (11) macro
27 #define MAX_SPRS_PER_GRP (1 << MAX_SPRS_PER_GRP_BITS)
31 #define SPRGROUP_SYS (0 << MAX_SPRS_PER_GRP_BITS)
32 #define SPRGROUP_DMMU (1 << MAX_SPRS_PER_GRP_BITS)
33 #define SPRGROUP_IMMU (2 << MAX_SPRS_PER_GRP_BITS)
34 #define SPRGROUP_DC (3 << MAX_SPRS_PER_GRP_BITS)
35 #define SPRGROUP_IC (4 << MAX_SPRS_PER_GRP_BITS)
36 #define SPRGROUP_MAC (5 << MAX_SPRS_PER_GRP_BITS)
37 #define SPRGROUP_D (6 << MAX_SPRS_PER_GRP_BITS)
38 #define SPRGROUP_PC (7 << MAX_SPRS_PER_GRP_BITS)
[all …]