Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/edac/
Dzynqmp_edac.c29 #define ECC_CTRL_OFST 0x14 macro
219 return readl(base + ECC_CTRL_OFST) & OCM_ECC_ENABLE_MASK; in get_eccstate()
Dsynopsys_edac.c36 #define ECC_CTRL_OFST 0xC4 macro
396 writel(clearval, base + ECC_CTRL_OFST); in zynq_get_error_info()
397 writel(0x0, base + ECC_CTRL_OFST); in zynq_get_error_info()
1397 writel(0x0, baseaddr + ECC_CTRL_OFST); in mc_probe()