Searched refs:dclr0 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Damd64_edac.c825 if (pvt->dclr0 & BIT(bit))
869 amd64_dump_dramcfg_low(pvt->dclr0, 0);
1024 type = (pvt->dclr0 & BIT(16)) ? MEM_DDR3 : MEM_RDDR3;
1026 type = (pvt->dclr0 & BIT(16)) ? MEM_DDR2 : MEM_RDDR2;
1028 type = (pvt->dclr0 & BIT(18)) ? MEM_DDR : MEM_RDDR;
1049 err = amd64_read_pci_cfg(pvt->dram_f2_ctl, F10_DCLR_0, &pvt->dclr0);
1055 flag = pvt->dclr0 & F10_WIDTH_128;
1058 flag = pvt->dclr0 & REVE_WIDTH_128;
1195 if (pvt->dclr0 & F10_WIDTH_128) {
1202 * but they are not in 128 bit mode and thus the above 'dclr0' statu
[all...]
H A Damd64_edac.h400 u32 dclr0; /* DRAM Configuration Low DCT0 reg */ member in struct:amd64_pvt

Completed in 43 milliseconds