Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/include/asm/
Dmips-cm.h167 #define CM_GCR_ERR_CONTROL_L2_ECC_EN BIT(1) macro
/linux-5.19.10/arch/mips/kernel/
Dtraps.c1735 gcr_ectl |= CM_GCR_ERR_CONTROL_L2_ECC_EN; in parity_protection_init()
1737 gcr_ectl &= ~CM_GCR_ERR_CONTROL_L2_ECC_EN; in parity_protection_init()
1740 gcr_ectl &= CM_GCR_ERR_CONTROL_L2_ECC_EN; in parity_protection_init()