Searched refs:N_MASK (Results 1 – 2 of 2) sorted by relevance
43 #define N_MASK GENMASK(13, 10) macro44 #define N(x) FIELD_PREP(N_MASK, ((x) - 1))
1154 #define N (N_MASK << N_SHIFT)1616 #define N_MASK 0x07 macro