Lines Matching refs:dclr0
697 if (pvt->dclr0 & BIT(bit)) in determine_edac_cap()
749 debug_dump_dramcfg_low(pvt, pvt->dclr0, 0); in dump_misc_regs()
849 pvt->dram_type = (pvt->dclr0 & BIT(18)) ? MEM_DDR : MEM_RDDR; in determine_memory_type()
856 pvt->dram_type = (pvt->dclr0 & BIT(16)) ? MEM_DDR2 : MEM_RDDR2; in determine_memory_type()
877 else if (pvt->dclr0 & BIT(16)) in determine_memory_type()
896 pvt->dram_type = (pvt->dclr0 & BIT(16)) ? MEM_DDR3 : MEM_RDDR3; in determine_memory_type()
906 flag = pvt->dclr0 & WIDTH_128; in k8_early_channel_count()
909 flag = pvt->dclr0 & REVE_WIDTH_128; in k8_early_channel_count()
1124 u32 dclr = dct ? pvt->dclr1 : pvt->dclr0; in k8_dbam_to_chip_select()
1181 if (pvt->fam == 0x10 && (pvt->dclr0 & WIDTH_128)) in f1x_early_channel_count()
1278 u32 dclr = dct ? pvt->dclr1 : pvt->dclr0; in f10_dbam_to_chip_select()
2328 amd64_read_dct_pci_cfg(pvt, 0, DCLR0, &pvt->dclr0); in read_mc_regs()