Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sensor/
H A Ddps310.c54 #define DPS310_RESET_MAGIC (BIT(0) | BIT(3)) macro
119 if (data == DPS310_RESET_MAGIC) { in dps310_write()
/openbmc/linux/drivers/iio/pressure/
H A Ddps310.c57 #define DPS310_RESET_MAGIC 0x09 macro
401 rc = regmap_write(data->regmap, DPS310_RESET, DPS310_RESET_MAGIC); in dps310_reset_wait()