Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/firmware/arm_scmi/
H A Dbase.c250 u32 evt_cntl = enable ? BASE_TP_NOTIFY_ALL : 0; in scmi_base_error_notify() local
260 cfg->event_control = cpu_to_le32(evt_cntl); in scmi_base_error_notify()
H A Dreset.c211 u32 evt_cntl = enable ? RESET_TP_NOTIFY_ALL : 0; in scmi_reset_notify() local
221 cfg->event_control = cpu_to_le32(evt_cntl); in scmi_reset_notify()
H A Dsensors.c568 u32 evt_cntl = enable ? SENSOR_NOTIFY_ALL : 0; in scmi_sensor_request_notify() local
578 cfg->event_control = cpu_to_le32(evt_cntl); in scmi_sensor_request_notify()
608 u32 evt_cntl = SENSOR_TP_BOTH; in scmi_sensor_trip_point_config() local
619 trip->event_control = cpu_to_le32(evt_cntl | SENSOR_TP_ID(trip_id)); in scmi_sensor_trip_point_config()