Lines Matching refs:excitation_current
269 u32 excitation_current; member
278 u32 excitation_current; member
284 u32 excitation_current; member
566 chan_val |= LTC2983_RTD_EXC_CURRENT(rtd->excitation_current); in ltc2983_rtd_assign_chan()
589 LTC2983_THERMISTOR_EXC_CURRENT(thermistor->excitation_current); in ltc2983_thermistor_assign_chan()
610 chan_val |= LTC2983_DIODE_EXC_CURRENT(diode->excitation_current); in ltc2983_diode_assign_chan()
754 u32 excitation_current = 0, n_wires = 0; in ltc2983_rtd_new() local
870 &excitation_current); in ltc2983_rtd_new()
873 rtd->excitation_current = 1; in ltc2983_rtd_new()
875 switch (excitation_current) { in ltc2983_rtd_new()
877 rtd->excitation_current = 0x01; in ltc2983_rtd_new()
880 rtd->excitation_current = 0x02; in ltc2983_rtd_new()
883 rtd->excitation_current = 0x03; in ltc2983_rtd_new()
886 rtd->excitation_current = 0x04; in ltc2983_rtd_new()
889 rtd->excitation_current = 0x05; in ltc2983_rtd_new()
892 rtd->excitation_current = 0x06; in ltc2983_rtd_new()
895 rtd->excitation_current = 0x07; in ltc2983_rtd_new()
898 rtd->excitation_current = 0x08; in ltc2983_rtd_new()
903 excitation_current); in ltc2983_rtd_new()
925 u32 excitation_current = 0; in ltc2983_thermistor_new() local
991 &excitation_current); in ltc2983_thermistor_new()
996 thermistor->excitation_current = 0x03; in ltc2983_thermistor_new()
999 thermistor->excitation_current = 0x0c; in ltc2983_thermistor_new()
1001 switch (excitation_current) { in ltc2983_thermistor_new()
1011 thermistor->excitation_current = 0x0c; in ltc2983_thermistor_new()
1014 thermistor->excitation_current = 0x01; in ltc2983_thermistor_new()
1017 thermistor->excitation_current = 0x02; in ltc2983_thermistor_new()
1020 thermistor->excitation_current = 0x03; in ltc2983_thermistor_new()
1023 thermistor->excitation_current = 0x04; in ltc2983_thermistor_new()
1026 thermistor->excitation_current = 0x05; in ltc2983_thermistor_new()
1029 thermistor->excitation_current = 0x06; in ltc2983_thermistor_new()
1032 thermistor->excitation_current = 0x07; in ltc2983_thermistor_new()
1035 thermistor->excitation_current = 0x08; in ltc2983_thermistor_new()
1038 thermistor->excitation_current = 0x09; in ltc2983_thermistor_new()
1041 thermistor->excitation_current = 0x0a; in ltc2983_thermistor_new()
1044 thermistor->excitation_current = 0x0b; in ltc2983_thermistor_new()
1049 excitation_current); in ltc2983_thermistor_new()
1067 u32 temp = 0, excitation_current = 0; in ltc2983_diode_new() local
1096 &excitation_current); in ltc2983_diode_new()
1098 switch (excitation_current) { in ltc2983_diode_new()
1100 diode->excitation_current = 0x00; in ltc2983_diode_new()
1103 diode->excitation_current = 0x01; in ltc2983_diode_new()
1106 diode->excitation_current = 0x02; in ltc2983_diode_new()
1109 diode->excitation_current = 0x03; in ltc2983_diode_new()
1114 excitation_current); in ltc2983_diode_new()