Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/mm/
A Dcache-l2x0.c1058 mask &= ~L2C_AUX_CTRL_PARITY_ENABLE; in l2x0_of_parse()
1059 val |= L2C_AUX_CTRL_PARITY_ENABLE; in l2x0_of_parse()
1061 mask &= ~L2C_AUX_CTRL_PARITY_ENABLE; in l2x0_of_parse()
1187 *aux_val |= L2C_AUX_CTRL_PARITY_ENABLE; in l2c310_of_parse()
1188 *aux_mask &= ~L2C_AUX_CTRL_PARITY_ENABLE; in l2c310_of_parse()
1190 *aux_val &= ~L2C_AUX_CTRL_PARITY_ENABLE; in l2c310_of_parse()
1191 *aux_mask &= ~L2C_AUX_CTRL_PARITY_ENABLE; in l2c310_of_parse()
/linux-6.3-rc2/arch/arm/include/asm/hardware/
A Dcache-l2x0.h92 #define L2C_AUX_CTRL_PARITY_ENABLE BIT(21) macro

Completed in 7 milliseconds