Home
last modified time | relevance | path

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

/linux/drivers/iio/pressure/
H A Dabp2030pa.c39 #define ABP2_ST_POWER BIT(6) /* 1 if device is powered */ macro
287 if (data->rx_buf[0] == (ABP2_ST_POWER | ABP2_ST_BUSY)) in abp2_get_measurement()
300 if (data->rx_buf[0] != ABP2_ST_POWER) { in abp2_get_measurement()