Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/firmware/arm_scmi/
Dsensors.c151 u32 attrh, attrl; in scmi_sensor_description_get() local
154 attrl = le32_to_cpu(buf->desc[cnt].attributes_low); in scmi_sensor_description_get()
163 s->async = SUPPORTS_ASYNC_READ(attrl); in scmi_sensor_description_get()
164 s->num_trip_points = NUM_TRIP_POINTS(attrl); in scmi_sensor_description_get()