Searched refs:MAX_SPRS_PER_GRP (Results 1 – 17 of 17) sorted by relevance
7 #define MAX_SPRS_PER_GRP (1 << MAX_SPRS_PER_GRP_BITS) macro9 #define SPR_GRP_OFF(spr) ((spr) & (MAX_SPRS_PER_GRP - 1))10 #define SPR_GRP(spr) ((spr)&(-MAX_SPRS_PER_GRP))
59 #define MAX_SPRS_PER_GRP (1 << MAX_SPRS_PER_GRP_BITS) macro