Searched refs:SPRGROUP_DC (Results 1 – 1 of 1) sorted by relevance
30 #define SPRGROUP_DC (3 << MAX_SPRS_PER_GRP_BITS) macro86 #define SPR_DCCR (SPRGROUP_DC + 0)87 #define SPR_DCBPR (SPRGROUP_DC + 1)88 #define SPR_DCBFR (SPRGROUP_DC + 2)89 #define SPR_DCBIR (SPRGROUP_DC + 3)90 #define SPR_DCBWR (SPRGROUP_DC + 4)91 #define SPR_DCBLR (SPRGROUP_DC + 5)92 #define SPR_DCR_BASE(WAY) (SPRGROUP_DC + 0x200 + (WAY) * 0x200)93 #define SPR_DCR_LAST(WAY) (SPRGROUP_DC + 0x3ff + (WAY) * 0x200)