Searched refs:slot_row (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/edac/ |
H A D | i5400_edac.c | 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() [all …]
|
H A D | i5000_edac.c | 965 static void decode_mtr(int slot_row, u16 mtr) in decode_mtr() argument 972 slot_row, mtr, ans ? "" : "NOT "); in decode_mtr() 1136 int slot_row; in i5000_get_mc_regs() local 1181 for (slot_row = 0; slot_row < NUM_MTRS; slot_row++) { in i5000_get_mc_regs() 1182 int where = MTR0 + (slot_row * sizeof(u32)); in i5000_get_mc_regs() 1185 &pvt->b0_mtr[slot_row]); in i5000_get_mc_regs() 1188 slot_row, where, pvt->b0_mtr[slot_row]); in i5000_get_mc_regs() 1192 &pvt->b1_mtr[slot_row]); in i5000_get_mc_regs() 1194 slot_row, where, pvt->b1_mtr[slot_row]); in i5000_get_mc_regs() 1196 pvt->b1_mtr[slot_row] = 0; in i5000_get_mc_regs() [all …]
|