dramcr 212 drivers/edac/r82600_edac.c static inline int ecc_enabled(u8 dramcr) dramcr 214 drivers/edac/r82600_edac.c return dramcr & BIT(5); dramcr 218 drivers/edac/r82600_edac.c u8 dramcr) dramcr 227 drivers/edac/r82600_edac.c ecc_on = ecc_enabled(dramcr); dramcr 228 drivers/edac/r82600_edac.c reg_sdram = dramcr & BIT(4); dramcr 273 drivers/edac/r82600_edac.c u8 dramcr; dramcr 280 drivers/edac/r82600_edac.c pci_read_config_byte(pdev, R82600_DRAMC, &dramcr); dramcr 283 drivers/edac/r82600_edac.c sdram_refresh_rate = dramcr & (BIT(0) | BIT(1)); dramcr 285 drivers/edac/r82600_edac.c edac_dbg(2, "DRAMC register = %#0x\n", dramcr); dramcr 310 drivers/edac/r82600_edac.c if (ecc_enabled(dramcr)) { dramcr 322 drivers/edac/r82600_edac.c r82600_init_csrows(mci, pdev, dramcr);