Searched refs:S_ECC_MUX (Results 1 – 1 of 1) sorted by relevance
69360 #define S_ECC_MUX 8 macro69362 #define V_ECC_MUX(x) ((x) << S_ECC_MUX)69363 #define G_ECC_MUX(x) (((x) >> S_ECC_MUX) & M_ECC_MUX)