Searched refs:dramcr (Results 1 – 1 of 1) sorted by relevance
213 static inline int ecc_enabled(u8 dramcr) in ecc_enabled() argument215 return dramcr & BIT(5); in ecc_enabled()219 u8 dramcr) in r82600_init_csrows() argument228 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() local281 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 …]