Searched refs:S_CF_PARITY_ERR (Results 1 – 1 of 1) sorted by relevance
2128 #define S_CF_PARITY_ERR 10 macro2130 #define V_CF_PARITY_ERR(x) ((x) << S_CF_PARITY_ERR)2131 #define G_CF_PARITY_ERR(x) (((x) >> S_CF_PARITY_ERR) & M_CF_PARITY_ERR)