Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/include/asm/
Dmips-cm.h179 #define CM_GCR_ERR_CONTROL_L2_ECC_EN BIT(1) macro
/linux-6.12.1/arch/mips/kernel/
Dtraps.c1736 gcr_ectl |= CM_GCR_ERR_CONTROL_L2_ECC_EN; in parity_protection_init()
1738 gcr_ectl &= ~CM_GCR_ERR_CONTROL_L2_ECC_EN; in parity_protection_init()
1741 gcr_ectl &= CM_GCR_ERR_CONTROL_L2_ECC_EN; in parity_protection_init()