ecctype           657 drivers/edac/synopsys_edac.c 	u32 ecctype;
ecctype           663 drivers/edac/synopsys_edac.c 	ecctype = readl(base + SCRUB_OFST) & SCRUB_MODE_MASK;
ecctype           664 drivers/edac/synopsys_edac.c 	if ((ecctype == SCRUB_MODE_SECDED) && (dt == DEV_X2))
ecctype           681 drivers/edac/synopsys_edac.c 	u32 ecctype;
ecctype           687 drivers/edac/synopsys_edac.c 	ecctype = readl(base + ECC_CFG0_OFST) & SCRUB_MODE_MASK;
ecctype           688 drivers/edac/synopsys_edac.c 	if ((ecctype == SCRUB_MODE_SECDED) &&