Searched refs:CHSR_MERR (Results 1 – 1 of 1) sorted by relevance
152 #define CHSR_MERR(x) (((x) & 0x3) << 2) macro153 #define CHSR_MERR_MASK CHSR_MERR(3)154 #define CHSR_MBERR CHSR_MERR(1)155 #define CHSR_MRERR CHSR_MERR(2)156 #define CHSR_MOERR CHSR_MERR(3)