Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Dzynqmp_edac.c29 #define ECC_CTRL_OFST 0x14 macro
219 return readl(base + ECC_CTRL_OFST) & OCM_ECC_ENABLE_MASK; in get_eccstate()
H A Dsynopsys_edac.c38 #define ECC_CTRL_OFST 0xC4 macro
404 writel(clearval, base + ECC_CTRL_OFST); in zynq_get_error_info()
405 writel(0x0, base + ECC_CTRL_OFST); in zynq_get_error_info()
1452 writel(0x0, baseaddr + ECC_CTRL_OFST); in mc_probe()