Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sensor/
H A Ddps310.c48 #define DPS310_PRS_RDY BIT(4) macro
76 | DPS310_TMP_RDY | DPS310_PRS_RDY; in dps310_reset()
/openbmc/linux/drivers/iio/pressure/
H A Ddps310.c46 #define DPS310_PRS_RDY BIT(4) macro
471 rc = dps310_ready(data, DPS310_PRS_RDY, timeout); in dps310_read_pres_raw()