Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dmax197.c30 #define MAX197_BIP (1 << 3) /* Bipolarity */ macro
58 data->ctrl_bytes[channel] &= ~MAX197_BIP; in max197_set_unipolarity()
63 data->ctrl_bytes[channel] |= MAX197_BIP; in max197_set_bipolarity()
78 return data->ctrl_bytes[channel] & MAX197_BIP; in max197_is_bipolar()