Searched refs:SUPPORTS_EXTENDED_NAMES (Results 1 – 7 of 7) sorted by relevance
40 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(27)) macro145 SUPPORTS_EXTENDED_NAMES(flags)) { in scmi_power_domain_attributes_get()
33 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(29)) macro141 SUPPORTS_EXTENDED_NAMES(attributes)) in scmi_reset_domain_attributes_get()
35 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(30)) macro247 if (SUPPORTS_EXTENDED_NAMES(attributes)) in scmi_voltage_descriptors_get()
47 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(28)) macro290 if (!ret && SUPPORTS_EXTENDED_NAMES(flags)) in scmi_powercap_domain_attributes_get()
56 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(29)) macro385 if (SUPPORTS_EXTENDED_NAMES(attributes)) in scmi_clock_attributes_get()
83 #define SUPPORTS_EXTENDED_NAMES(x) FIELD_GET(BIT(29), (x)) macro663 SUPPORTS_EXTENDED_NAMES(attrl)) in iter_sens_descr_process_response()
77 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(26)) macro327 SUPPORTS_EXTENDED_NAMES(flags)) in scmi_perf_domain_attributes_get()
Completed in 26 milliseconds