Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/arm_scmi/
H A Dsystem.c23 __le32 notify_enable; member
51 notify->notify_enable = enable ? cpu_to_le32(BIT(0)) : 0; in scmi_system_request_notify()
H A Dpower.c50 __le32 notify_enable; member
223 notify->notify_enable = enable ? cpu_to_le32(BIT(0)) : 0; in scmi_power_request_notify()
H A Dpowercap.c87 __le32 notify_enable; member
92 __le32 notify_enable; member
739 notify->notify_enable = cpu_to_le32(enable ? BIT(0) : 0); in scmi_powercap_notify()
773 notify->notify_enable = cpu_to_le32(enable ? BIT(0) : 0); in scmi_powercap_notify()
H A Dclock.c87 __le32 notify_enable; member
490 notify->notify_enable = enable ? cpu_to_le32(BIT(0)) : 0; in scmi_clk_rate_notify()
H A Dperf.c105 __le32 notify_enable; member
761 notify->notify_enable = enable ? cpu_to_le32(BIT(0)) : 0; in scmi_perf_level_limits_notify()