Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thermal/
Dk3_bandgap.c31 #define K3_VTM_ADC_BEGIN_VAL 540 macro
134 if (dtemp < K3_VTM_ADC_BEGIN_VAL || dtemp > K3_VTM_ADC_END_VAL) in k3_bgp_read_temp()
137 *temp = k3_adc_to_temp[dtemp - K3_VTM_ADC_BEGIN_VAL]; in k3_bgp_read_temp()
169 K3_VTM_ADC_BEGIN_VAL)) in k3_bandgap_probe()