Home
last modified time | relevance | path

Searched refs:dimmno (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/edac/
H A Dsb_edac.c1982 int dimmno = 0; in sb_decode_ddr4() local
1988 dimmno = (rank < 12) ? rank / 4 : 2; in sb_decode_ddr4()
1990 amap_fine = pvt->channel[ch].dimm[dimmno].amap_fine; in sb_decode_ddr4()
1992 rowbits = pvt->channel[ch].dimm[dimmno].rowbits; in sb_decode_ddr4()
1993 colbits = pvt->channel[ch].dimm[dimmno].colbits; in sb_decode_ddr4()
1994 bank_xor_enable = pvt->channel[ch].dimm[dimmno].bank_xor_enable; in sb_decode_ddr4()