Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dpcf8591.c58 #define PCF8591_CONTROL_AICH_MASK 0x03 macro
265 if ((data->control & PCF8591_CONTROL_AICH_MASK) != channel) { in pcf8591_read_channel()
266 data->control = (data->control & ~PCF8591_CONTROL_AICH_MASK) in pcf8591_read_channel()