Searched refs:FSR_FCC1_MASK (Results 1 – 2 of 2) sorted by relevance
75 #define FSR_FCC1_MASK (((1UL << FSR_FCC1_BITS) - 1) << FSR_FCC1_SHIFT) macro77 #define FSR_GET_FCC1(x) (((x) & FSR_FCC1_MASK) >> FSR_FCC1_SHIFT)
66 ~FSR_FCC1_MASK,