Lines Matching refs:slot_row
888 static void decode_mtr(int slot_row, u16 mtr) in decode_mtr() argument
895 slot_row, mtr, ans ? "" : "NOT "); in decode_mtr()
1057 int slot_row; in i5400_get_mc_regs() local
1096 for (slot_row = 0; slot_row < DIMMS_PER_CHANNEL; slot_row++) { in i5400_get_mc_regs()
1097 int where = MTR0 + (slot_row * sizeof(u16)); in i5400_get_mc_regs()
1101 &pvt->b0_mtr[slot_row]); in i5400_get_mc_regs()
1104 slot_row, where, pvt->b0_mtr[slot_row]); in i5400_get_mc_regs()
1107 pvt->b1_mtr[slot_row] = 0; in i5400_get_mc_regs()
1113 &pvt->b1_mtr[slot_row]); in i5400_get_mc_regs()
1115 slot_row, where, pvt->b1_mtr[slot_row]); in i5400_get_mc_regs()
1121 for (slot_row = 0; slot_row < DIMMS_PER_CHANNEL; slot_row++) in i5400_get_mc_regs()
1122 decode_mtr(slot_row, pvt->b0_mtr[slot_row]); in i5400_get_mc_regs()
1138 for (slot_row = 0; slot_row < DIMMS_PER_CHANNEL; slot_row++) in i5400_get_mc_regs()
1139 decode_mtr(slot_row, pvt->b1_mtr[slot_row]); in i5400_get_mc_regs()