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
1095 for (slot_row = 0; slot_row < DIMMS_PER_CHANNEL; slot_row++) { in i5400_get_mc_regs()
1096 int where = MTR0 + (slot_row * sizeof(u16)); in i5400_get_mc_regs()
1100 &pvt->b0_mtr[slot_row]); in i5400_get_mc_regs()
1103 slot_row, where, pvt->b0_mtr[slot_row]); in i5400_get_mc_regs()
1106 pvt->b1_mtr[slot_row] = 0; in i5400_get_mc_regs()
1112 &pvt->b1_mtr[slot_row]); in i5400_get_mc_regs()
1114 slot_row, where, pvt->b1_mtr[slot_row]); in i5400_get_mc_regs()
1120 for (slot_row = 0; slot_row < DIMMS_PER_CHANNEL; slot_row++) in i5400_get_mc_regs()
1121 decode_mtr(slot_row, pvt->b0_mtr[slot_row]); in i5400_get_mc_regs()
1137 for (slot_row = 0; slot_row < DIMMS_PER_CHANNEL; slot_row++) in i5400_get_mc_regs()
1138 decode_mtr(slot_row, pvt->b1_mtr[slot_row]); in i5400_get_mc_regs()