Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iio/pressure/
Dmpl115.c22 #define MPL115_TADC 0x02 /* temperature ADC output value, MSB first, 10 bit */ macro
65 ret = i2c_smbus_read_word_swapped(data->client, MPL115_TADC); in mpl115_comp_pressure()
93 ret = i2c_smbus_read_word_swapped(data->client, MPL115_TADC); in mpl115_read_temp()