Home
last modified time | relevance | path

Searched refs:slot_row (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/edac/
H A Di5400_edac.c887 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()
[all...]
H A Di5000_edac.c965 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()
[all...]
/kernel/linux/linux-6.6/drivers/edac/
H A Di5400_edac.c888 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()
[all...]
H A Di5000_edac.c965 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()
[all...]

Completed in 9 milliseconds