Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/edac/
Dr82600_edac.c213 static inline int ecc_enabled(u8 dramcr) in ecc_enabled() argument
215 return dramcr & BIT(5); in ecc_enabled()
219 u8 dramcr) in r82600_init_csrows() argument
228 ecc_on = ecc_enabled(dramcr); in r82600_init_csrows()
229 reg_sdram = dramcr & BIT(4); in r82600_init_csrows()
274 u8 dramcr; in r82600_probe1() local
281 pci_read_config_byte(pdev, R82600_DRAMC, &dramcr); in r82600_probe1()
284 sdram_refresh_rate = dramcr & (BIT(0) | BIT(1)); in r82600_probe1()
286 edac_dbg(2, "DRAMC register = %#0x\n", dramcr); in r82600_probe1()
311 if (ecc_enabled(dramcr)) { in r82600_probe1()
[all …]