Home
last modified time | relevance | path

Searched full:steinhart (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/iio/temperature/
H A Dadi,ltc2983.yaml306 26 - Thermistor Custom Steinhart-Hart
352 adi,custom-steinhart:
354 Steinhart-Hart coefficients in raw format, used for digitizing
379 - adi,custom-steinhart
531 adi,sensor-type = <26>; //Steinhart
533 adi,custom-steinhart = <0x00f371ec 0x12345678
/openbmc/linux/drivers/iio/temperature/
H A Dltc2983.c371 * entries of the table minus 1. For steinhart sensors 0 is written in __ltc2983_chan_custom_sensor_assign()
377 * Check if the offset was assigned already. It should be for steinhart in __ltc2983_chan_custom_sensor_assign()
384 * sensor, a steinhart sensor might have been added changing in __ltc2983_chan_custom_sensor_assign()
421 * For custom steinhart, the full u32 is taken. For all the others in __ltc2983_custom_sensor_new()
443 /* check Steinhart size */ in __ltc2983_custom_sensor_new()
445 dev_err(dev, "Steinhart sensors size(%zu) must be %u\n", new_custom->size, in __ltc2983_custom_sensor_new()
467 * Steinhart sensors are configured with raw values in the firmware in __ltc2983_custom_sensor_new()
500 * This is done to first add all the steinhart sensors to the table, in __ltc2983_custom_sensor_new()
501 * in order to maximize the table usage. If we mix adding steinhart in __ltc2983_custom_sensor_new()
504 * (for steinhart), and a multiple of 6 for all the other sensors. in __ltc2983_custom_sensor_new()
[all …]