Home
last modified time | relevance | path

Searched refs:L2C_AUX_CTRL_PARITY_ENABLE (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/arm/mm/
Dcache-l2x0.c1070 mask &= ~L2C_AUX_CTRL_PARITY_ENABLE; in l2x0_of_parse()
1071 val |= L2C_AUX_CTRL_PARITY_ENABLE; in l2x0_of_parse()
1073 mask &= ~L2C_AUX_CTRL_PARITY_ENABLE; in l2x0_of_parse()
1199 *aux_val |= L2C_AUX_CTRL_PARITY_ENABLE; in l2c310_of_parse()
1200 *aux_mask &= ~L2C_AUX_CTRL_PARITY_ENABLE; in l2c310_of_parse()
1202 *aux_val &= ~L2C_AUX_CTRL_PARITY_ENABLE; in l2c310_of_parse()
1203 *aux_mask &= ~L2C_AUX_CTRL_PARITY_ENABLE; in l2c310_of_parse()
/Linux-v4.19/arch/arm/include/asm/hardware/
Dcache-l2x0.h104 #define L2C_AUX_CTRL_PARITY_ENABLE BIT(21) macro