Searched refs:determine_mtr (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/edac/ |
H A D | i5400_edac.c | 859 * determine_mtr(pvt, dimm, channel) 863 static int determine_mtr(struct i5400_pvt *pvt, int dimm, int channel) in determine_mtr() function 927 mtr = determine_mtr(pvt, dimm, channel); in handle_channel() 1186 mtr = determine_mtr(pvt, slot, channel); in i5400_init_dimms()
|
H A D | i5000_edac.c | 947 * determine_mtr(pvt, csrow, channel) 951 static int determine_mtr(struct i5000_pvt *pvt, int slot, int channel) in determine_mtr() function 999 mtr = determine_mtr(pvt, slot, channel); in handle_channel() 1273 mtr = determine_mtr(pvt, slot, channel); in i5000_init_csrows()
|