Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/arm_scmi/
H A Dpower.c37 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(27)) macro
134 SUPPORTS_EXTENDED_NAMES(flags)) { in scmi_power_domain_attributes_get()
H A Dreset.c30 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(29)) macro
129 SUPPORTS_EXTENDED_NAMES(attributes)) in scmi_reset_domain_attributes_get()
H A Dvoltage.c32 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(30)) macro
242 if (SUPPORTS_EXTENDED_NAMES(attributes)) in scmi_voltage_descriptors_get()
H A Dclock.c37 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(29)) macro
170 if (SUPPORTS_EXTENDED_NAMES(attributes)) in scmi_clock_attributes_get()
H A Dpowercap.c44 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(28)) macro
271 if (!ret && SUPPORTS_EXTENDED_NAMES(flags)) in scmi_powercap_domain_attributes_get()
H A Dperf.c74 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(26)) macro
290 SUPPORTS_EXTENDED_NAMES(flags)) in scmi_perf_domain_attributes_get()
H A Dsensors.c80 #define SUPPORTS_EXTENDED_NAMES(x) FIELD_GET(BIT(29), (x)) macro
645 SUPPORTS_EXTENDED_NAMES(attrl)) in iter_sens_descr_process_response()