Home
last modified time | relevance | path

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

/openbmc/linux/include/dt-bindings/iio/
H A Dqcom,spmi-vadc.h222 #define ADC5_MAX_CHANNEL 0xc0 macro
/openbmc/linux/drivers/iio/adc/
H A Dqcom-spmi-adc5.c520 static const struct adc5_channels adc5_chans_pmic[ADC5_MAX_CHANNEL] = {
566 static const struct adc5_channels adc7_chans_pmic[ADC5_MAX_CHANNEL] = {
599 static const struct adc5_channels adc5_chans_rev2[ADC5_MAX_CHANNEL] = {
/openbmc/linux/drivers/thermal/qcom/
H A Dqcom-spmi-adc-tm5.c35 #define ADC5_MAX_CHANNEL 0xc0 macro
824 if (adc_channel >= ADC5_MAX_CHANNEL) { in adc_tm5_get_dt_channel_data()