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

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

Completed in 36 milliseconds