Searched refs:decode_mtr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | i5400_edac.c | 887 static void decode_mtr(int slot_row, u16 mtr) in decode_mtr() function 1121 decode_mtr(slot_row, pvt->b0_mtr[slot_row]); in i5400_get_mc_regs() 1138 decode_mtr(slot_row, pvt->b1_mtr[slot_row]); in i5400_get_mc_regs()
|
H A 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()
|
H A D | i7300_edac.c | 577 * decode_mtr() - Decodes the MTR descriptor, filling the edac structs 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()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A 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()
|
H A 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()
|
H A D | i7300_edac.c | 577 * decode_mtr() - Decodes the MTR descriptor, filling the edac structs 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()
|
Completed in 12 milliseconds