Searched refs:dclr0 (Results 1 – 2 of 2) sorted by relevance
1287 if (pvt->dclr0 & BIT(bit)) in determine_edac_cap()1445 debug_dump_dramcfg_low(pvt, pvt->dclr0, 0); in __dump_misc_regs()1656 pvt->dram_type = (pvt->dclr0 & BIT(18)) ? MEM_DDR : MEM_RDDR; in determine_memory_type()1663 pvt->dram_type = (pvt->dclr0 & BIT(16)) ? MEM_DDR2 : MEM_RDDR2; in determine_memory_type()1684 else if (pvt->dclr0 & BIT(16)) in determine_memory_type()1703 pvt->dram_type = (pvt->dclr0 & BIT(16)) ? MEM_DDR3 : MEM_RDDR3; in determine_memory_type()1913 u32 dclr = dct ? pvt->dclr1 : pvt->dclr0; in k8_dbam_to_chip_select()2017 u32 dclr = dct ? pvt->dclr1 : pvt->dclr0; in f10_dbam_to_chip_select()3341 amd64_read_dct_pci_cfg(pvt, 0, DCLR0, &pvt->dclr0); in read_mc_regs()
351 u32 dclr0; /* DRAM Configuration Low DCT0 reg */ member
Completed in 11 milliseconds