Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/iio/common/scmi_sensors/
Dscmi_iio.c93 sensor_config |= FIELD_PREP(SCMI_SENS_CFG_SENSOR_ENABLED_MASK, in scmi_iio_buffer_preenable()
111 sensor_config |= FIELD_PREP(SCMI_SENS_CFG_SENSOR_ENABLED_MASK, in scmi_iio_buffer_postdisable()
/Linux-v5.15/include/linux/
Dscmi_protocol.h323 #define SCMI_SENS_CFG_SENSOR_ENABLED_MASK BIT(0) macro