Lines Matching refs:slot_row
887 static void decode_mtr(int slot_row, u16 mtr) in decode_mtr() argument
894 slot_row, mtr, ans ? "" : "NOT "); in decode_mtr()
1056 int slot_row; in i5400_get_mc_regs() local
1100 for (slot_row = 0; slot_row < DIMMS_PER_CHANNEL; slot_row++) { in i5400_get_mc_regs()
1101 int where = MTR0 + (slot_row * sizeof(u16)); in i5400_get_mc_regs()
1105 &pvt->b0_mtr[slot_row]); in i5400_get_mc_regs()
1108 slot_row, where, pvt->b0_mtr[slot_row]); in i5400_get_mc_regs()
1111 pvt->b1_mtr[slot_row] = 0; in i5400_get_mc_regs()
1117 &pvt->b1_mtr[slot_row]); in i5400_get_mc_regs()
1119 slot_row, where, pvt->b1_mtr[slot_row]); in i5400_get_mc_regs()
1125 for (slot_row = 0; slot_row < DIMMS_PER_CHANNEL; slot_row++) in i5400_get_mc_regs()
1126 decode_mtr(slot_row, pvt->b0_mtr[slot_row]); in i5400_get_mc_regs()
1142 for (slot_row = 0; slot_row < DIMMS_PER_CHANNEL; slot_row++) in i5400_get_mc_regs()
1143 decode_mtr(slot_row, pvt->b1_mtr[slot_row]); in i5400_get_mc_regs()