Searched refs:PCF8591_CONTROL_AOEF (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dpcf8591.c47 #define PCF8591_CONTROL_AOEF 0x40 macro
67 #define PCF8591_INIT_CONTROL ((input_mode << 4) | PCF8591_CONTROL_AOEF)
122 return sprintf(buf, "%u\n", !(!(data->control & PCF8591_CONTROL_AOEF)));
133 data->control |= PCF8591_CONTROL_AOEF;
135 data->control &= ~PCF8591_CONTROL_AOEF;

Completed in 34 milliseconds