Searched refs:BME680_REG_CHIP_ID (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/iio/chemical/ | ||
H A D | bme680.h | 5 #define BME680_REG_CHIP_ID 0xD0 macro |
H A D | bme680_core.c | 956 ret = regmap_read(regmap, BME680_REG_CHIP_ID, &val); in bme680_core_probe() |