Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sensor/
H A Ddps310.c49 #define DPS310_TMP_RDY BIT(5) macro
76 | DPS310_TMP_RDY | DPS310_PRS_RDY; in dps310_reset()
/openbmc/linux/drivers/iio/pressure/
H A Ddps310.c47 #define DPS310_TMP_RDY BIT(5) macro
517 rc = dps310_ready(data, DPS310_TMP_RDY, timeout); in dps310_read_temp_raw()
644 if (rc >= 0 && t_ready & DPS310_TMP_RDY) in dps310_calculate_pressure()