Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firmware/arm_scmi/
Dsensors.c139 u32 attrh, attrl; in scmi_sensor_description_get() local
142 attrl = le32_to_cpu(buf->desc[cnt].attributes_low); in scmi_sensor_description_get()
151 s->async = SUPPORTS_ASYNC_READ(attrl); in scmi_sensor_description_get()
152 s->num_trip_points = NUM_TRIP_POINTS(attrl); in scmi_sensor_description_get()