Searched refs:dramcr (Results 1 – 1 of 1) sorted by relevance
212 static inline int ecc_enabled(u8 dramcr) in ecc_enabled() argument214 return dramcr & BIT(5); in ecc_enabled()218 u8 dramcr) in r82600_init_csrows() argument227 ecc_on = ecc_enabled(dramcr); in r82600_init_csrows()228 reg_sdram = dramcr & BIT(4); in r82600_init_csrows()273 u8 dramcr; in r82600_probe1() local280 pci_read_config_byte(pdev, R82600_DRAMC, &dramcr); in r82600_probe1()283 sdram_refresh_rate = dramcr & (BIT(0) | BIT(1)); in r82600_probe1()285 edac_dbg(2, "DRAMC register = %#0x\n", dramcr); in r82600_probe1()310 if (ecc_enabled(dramcr)) { in r82600_probe1()[all …]