Home
last modified time | relevance | path

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

/linux/drivers/iio/temperature/
H A Dmax31865.c30 #define MAX31865_CFG_VBIAS BIT(7) macro
84 data->buf[1] = cfg | MAX31865_CFG_VBIAS; in enable_bias()
99 cfg &= ~MAX31865_CFG_VBIAS; in disable_bias()