Searched refs:decode_mtr (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/edac/ |
D | i5400_edac.c | 888 static void decode_mtr(int slot_row, u16 mtr) in decode_mtr() function 1122 decode_mtr(slot_row, pvt->b0_mtr[slot_row]); in i5400_get_mc_regs() 1139 decode_mtr(slot_row, pvt->b1_mtr[slot_row]); in i5400_get_mc_regs()
|
D | i5000_edac.c | 965 static void decode_mtr(int slot_row, u16 mtr) in decode_mtr() function 1204 decode_mtr(slot_row, pvt->b0_mtr[slot_row]); in i5000_get_mc_regs() 1221 decode_mtr(slot_row, pvt->b1_mtr[slot_row]); in i5000_get_mc_regs()
|
D | i7300_edac.c | 585 static int decode_mtr(struct i7300_pvt *pvt, in decode_mtr() function 801 mtr = decode_mtr(pvt, slot, ch, branch, in i7300_init_csrows()
|