Searched refs:dclr0 (Results 1 – 2 of 2) sorted by relevance
741 if (pvt->dclr0 & BIT(bit)) in determine_edac_cap()884 debug_dump_dramcfg_low(pvt, pvt->dclr0, 0); in __dump_misc_regs()1065 pvt->dram_type = (pvt->dclr0 & BIT(18)) ? MEM_DDR : MEM_RDDR; in determine_memory_type()1072 pvt->dram_type = (pvt->dclr0 & BIT(16)) ? MEM_DDR2 : MEM_RDDR2; in determine_memory_type()1093 else if (pvt->dclr0 & BIT(16)) in determine_memory_type()1112 pvt->dram_type = (pvt->dclr0 & BIT(16)) ? MEM_DDR3 : MEM_RDDR3; in determine_memory_type()1122 flag = pvt->dclr0 & WIDTH_128; in k8_early_channel_count()1125 flag = pvt->dclr0 & REVE_WIDTH_128; in k8_early_channel_count()1340 u32 dclr = dct ? pvt->dclr1 : pvt->dclr0; in k8_dbam_to_chip_select()1397 if (pvt->fam == 0x10 && (pvt->dclr0 & WIDTH_128)) in f1x_early_channel_count()[all …]
358 u32 dclr0; /* DRAM Configuration Low DCT0 reg */ member