Lines Matching refs:excitation_current

241 	u32 excitation_current;  member
250 u32 excitation_current; member
256 u32 excitation_current; member
528 chan_val |= LTC2983_RTD_EXC_CURRENT(rtd->excitation_current); in ltc2983_rtd_assign_chan()
551 LTC2983_THERMISTOR_EXC_CURRENT(thermistor->excitation_current); in ltc2983_thermistor_assign_chan()
572 chan_val |= LTC2983_DIODE_EXC_CURRENT(diode->excitation_current); in ltc2983_diode_assign_chan()
700 u32 excitation_current = 0, n_wires = 0; in ltc2983_rtd_new() local
816 &excitation_current); in ltc2983_rtd_new()
819 rtd->excitation_current = 1; in ltc2983_rtd_new()
821 switch (excitation_current) { in ltc2983_rtd_new()
823 rtd->excitation_current = 0x01; in ltc2983_rtd_new()
826 rtd->excitation_current = 0x02; in ltc2983_rtd_new()
829 rtd->excitation_current = 0x03; in ltc2983_rtd_new()
832 rtd->excitation_current = 0x04; in ltc2983_rtd_new()
835 rtd->excitation_current = 0x05; in ltc2983_rtd_new()
838 rtd->excitation_current = 0x06; in ltc2983_rtd_new()
841 rtd->excitation_current = 0x07; in ltc2983_rtd_new()
844 rtd->excitation_current = 0x08; in ltc2983_rtd_new()
849 excitation_current); in ltc2983_rtd_new()
872 u32 excitation_current = 0; in ltc2983_thermistor_new() local
938 &excitation_current); in ltc2983_thermistor_new()
943 thermistor->excitation_current = 0x03; in ltc2983_thermistor_new()
946 thermistor->excitation_current = 0x0c; in ltc2983_thermistor_new()
948 switch (excitation_current) { in ltc2983_thermistor_new()
958 thermistor->excitation_current = 0x0c; in ltc2983_thermistor_new()
961 thermistor->excitation_current = 0x01; in ltc2983_thermistor_new()
964 thermistor->excitation_current = 0x02; in ltc2983_thermistor_new()
967 thermistor->excitation_current = 0x03; in ltc2983_thermistor_new()
970 thermistor->excitation_current = 0x04; in ltc2983_thermistor_new()
973 thermistor->excitation_current = 0x05; in ltc2983_thermistor_new()
976 thermistor->excitation_current = 0x06; in ltc2983_thermistor_new()
979 thermistor->excitation_current = 0x07; in ltc2983_thermistor_new()
982 thermistor->excitation_current = 0x08; in ltc2983_thermistor_new()
985 thermistor->excitation_current = 0x09; in ltc2983_thermistor_new()
988 thermistor->excitation_current = 0x0a; in ltc2983_thermistor_new()
991 thermistor->excitation_current = 0x0b; in ltc2983_thermistor_new()
996 excitation_current); in ltc2983_thermistor_new()
1015 u32 temp = 0, excitation_current = 0; in ltc2983_diode_new() local
1044 &excitation_current); in ltc2983_diode_new()
1046 switch (excitation_current) { in ltc2983_diode_new()
1048 diode->excitation_current = 0x00; in ltc2983_diode_new()
1051 diode->excitation_current = 0x01; in ltc2983_diode_new()
1054 diode->excitation_current = 0x02; in ltc2983_diode_new()
1057 diode->excitation_current = 0x03; in ltc2983_diode_new()
1062 excitation_current); in ltc2983_diode_new()