Searched refs:L2C_AUX_CTRL_PARITY_ENABLE (Results 1 – 2 of 2) sorted by relevance
1059 mask &= ~L2C_AUX_CTRL_PARITY_ENABLE; in l2x0_of_parse()1060 val |= L2C_AUX_CTRL_PARITY_ENABLE; in l2x0_of_parse()1062 mask &= ~L2C_AUX_CTRL_PARITY_ENABLE; in l2x0_of_parse()1188 *aux_val |= L2C_AUX_CTRL_PARITY_ENABLE; in l2c310_of_parse()1189 *aux_mask &= ~L2C_AUX_CTRL_PARITY_ENABLE; in l2c310_of_parse()1191 *aux_val &= ~L2C_AUX_CTRL_PARITY_ENABLE; in l2c310_of_parse()1192 *aux_mask &= ~L2C_AUX_CTRL_PARITY_ENABLE; in l2c310_of_parse()
94 #define L2C_AUX_CTRL_PARITY_ENABLE BIT(21) macro