Home
last modified time | relevance | path

Searched refs:DRA752_ADC_START_VALUE (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/thermal/
H A Dti-bandgap.c25 #define DRA752_ADC_START_VALUE 540 macro
166 *temp = dra752_adc_to_temp[bgp->temperature - DRA752_ADC_START_VALUE]; in ti_bandgap_get_temp()
/openbmc/linux/drivers/thermal/ti-soc-thermal/
H A Ddra752-thermal-data.c193 int dra752_adc_to_temp[DRA752_ADC_END_VALUE - DRA752_ADC_START_VALUE + 1] = {
328 .adc_start_val = DRA752_ADC_START_VALUE,
H A Ddra752-bandgap.h136 #define DRA752_ADC_START_VALUE 540 macro