Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dad7418.c37 #define AD7418_REG_ADC_CH(x) ((x) << 5) macro
38 #define AD7418_CH_TEMP AD7418_REG_ADC_CH(0)
94 cfg | AD7418_REG_ADC_CH(ch)); in ad7418_update_device()