Lines Matching refs:excitation_current

273 	u32 excitation_current;  member
282 u32 excitation_current; member
288 u32 excitation_current; member
567 chan_val |= LTC2983_RTD_EXC_CURRENT(rtd->excitation_current); in ltc2983_rtd_assign_chan()
590 LTC2983_THERMISTOR_EXC_CURRENT(thermistor->excitation_current); in ltc2983_thermistor_assign_chan()
611 chan_val |= LTC2983_DIODE_EXC_CURRENT(diode->excitation_current); in ltc2983_diode_assign_chan()
744 u32 excitation_current = 0, n_wires = 0; in ltc2983_rtd_new() local
845 &excitation_current); in ltc2983_rtd_new()
848 rtd->excitation_current = 1; in ltc2983_rtd_new()
850 switch (excitation_current) { in ltc2983_rtd_new()
852 rtd->excitation_current = 0x01; in ltc2983_rtd_new()
855 rtd->excitation_current = 0x02; in ltc2983_rtd_new()
858 rtd->excitation_current = 0x03; in ltc2983_rtd_new()
861 rtd->excitation_current = 0x04; in ltc2983_rtd_new()
864 rtd->excitation_current = 0x05; in ltc2983_rtd_new()
867 rtd->excitation_current = 0x06; in ltc2983_rtd_new()
870 rtd->excitation_current = 0x07; in ltc2983_rtd_new()
873 rtd->excitation_current = 0x08; in ltc2983_rtd_new()
878 excitation_current); in ltc2983_rtd_new()
893 u32 excitation_current = 0; in ltc2983_thermistor_new() local
953 &excitation_current); in ltc2983_thermistor_new()
958 thermistor->excitation_current = 0x03; in ltc2983_thermistor_new()
961 thermistor->excitation_current = 0x0c; in ltc2983_thermistor_new()
963 switch (excitation_current) { in ltc2983_thermistor_new()
970 thermistor->excitation_current = 0x0c; in ltc2983_thermistor_new()
973 thermistor->excitation_current = 0x01; in ltc2983_thermistor_new()
976 thermistor->excitation_current = 0x02; in ltc2983_thermistor_new()
979 thermistor->excitation_current = 0x03; in ltc2983_thermistor_new()
982 thermistor->excitation_current = 0x04; in ltc2983_thermistor_new()
985 thermistor->excitation_current = 0x05; in ltc2983_thermistor_new()
988 thermistor->excitation_current = 0x06; in ltc2983_thermistor_new()
991 thermistor->excitation_current = 0x07; in ltc2983_thermistor_new()
994 thermistor->excitation_current = 0x08; in ltc2983_thermistor_new()
997 thermistor->excitation_current = 0x09; in ltc2983_thermistor_new()
1000 thermistor->excitation_current = 0x0a; in ltc2983_thermistor_new()
1003 thermistor->excitation_current = 0x0b; in ltc2983_thermistor_new()
1008 excitation_current); in ltc2983_thermistor_new()
1020 u32 temp = 0, excitation_current = 0; in ltc2983_diode_new() local
1048 &excitation_current); in ltc2983_diode_new()
1050 switch (excitation_current) { in ltc2983_diode_new()
1052 diode->excitation_current = 0x00; in ltc2983_diode_new()
1055 diode->excitation_current = 0x01; in ltc2983_diode_new()
1058 diode->excitation_current = 0x02; in ltc2983_diode_new()
1061 diode->excitation_current = 0x03; in ltc2983_diode_new()
1066 excitation_current); in ltc2983_diode_new()