Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dmax197.c33 #define MAX197_BIP (1 << 3) /* Bipolarity */ macro
61 data->ctrl_bytes[channel] &= ~MAX197_BIP; in max197_set_unipolarity()
66 data->ctrl_bytes[channel] |= MAX197_BIP; in max197_set_bipolarity()
81 return data->ctrl_bytes[channel] & MAX197_BIP; in max197_is_bipolar()