Searched refs:PROTOCOL_REV_MAJOR (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/drivers/firmware/arm_scmi/ |
D | system.c | 137 PROTOCOL_REV_MAJOR(version), PROTOCOL_REV_MINOR(version)); in scmi_system_protocol_init() 144 if (PROTOCOL_REV_MAJOR(pinfo->version) >= 0x2) in scmi_system_protocol_init()
|
D | powercap.c | 418 if (PROTOCOL_REV_MAJOR(pi->version) >= 0x2 && !ret && power_cap) in __scmi_powercap_cap_set() 438 if (PROTOCOL_REV_MAJOR(pi->version) >= 0x2 && in scmi_powercap_cap_set() 619 if (PROTOCOL_REV_MAJOR(pi->version) < 0x2) in scmi_powercap_cap_enable_set() 660 if (PROTOCOL_REV_MAJOR(pi->version) < 0x2) in scmi_powercap_cap_enable_get() 928 PROTOCOL_REV_MAJOR(version), PROTOCOL_REV_MINOR(version)); in scmi_powercap_protocol_init() 965 if (PROTOCOL_REV_MAJOR(version) >= 0x2) { in scmi_powercap_protocol_init()
|
D | perf.c | 212 if (PROTOCOL_REV_MAJOR(pi->version) >= 0x3) in scmi_perf_attributes_get() 263 if (PROTOCOL_REV_MAJOR(version) >= 0x4) in scmi_perf_domain_attributes_get() 289 if (!ret && PROTOCOL_REV_MAJOR(version) >= 0x3 && in scmi_perf_domain_attributes_get() 392 if (PROTOCOL_REV_MAJOR(p->version) <= 0x3) in iter_perf_levels_process_response() 521 if (PROTOCOL_REV_MAJOR(pi->version) >= 0x3 && !max_perf && !min_perf) in scmi_perf_limits_set() 1105 PROTOCOL_REV_MAJOR(version), PROTOCOL_REV_MINOR(version)); in scmi_perf_protocol_init()
|
D | power.c | 133 if (!ret && PROTOCOL_REV_MAJOR(version) >= 0x3 && in scmi_power_domain_attributes_get() 308 PROTOCOL_REV_MAJOR(version), PROTOCOL_REV_MINOR(version)); in scmi_power_protocol_init()
|
D | reset.c | 128 if (!ret && PROTOCOL_REV_MAJOR(version) >= 0x3 && in scmi_reset_domain_attributes_get() 323 PROTOCOL_REV_MAJOR(version), PROTOCOL_REV_MINOR(version)); in scmi_reset_protocol_init()
|
D | clock.c | 158 if (PROTOCOL_REV_MAJOR(version) >= 0x2) in scmi_clock_attributes_get() 169 if (!ret && PROTOCOL_REV_MAJOR(version) >= 0x2) { in scmi_clock_attributes_get() 584 PROTOCOL_REV_MAJOR(version), PROTOCOL_REV_MINOR(version)); in scmi_clock_protocol_init()
|
D | voltage.c | 241 if (PROTOCOL_REV_MAJOR(vinfo->version) >= 0x2) { in scmi_voltage_descriptors_get() 411 PROTOCOL_REV_MAJOR(version), PROTOCOL_REV_MINOR(version)); in scmi_voltage_protocol_init()
|
D | protocols.h | 29 #define PROTOCOL_REV_MAJOR(x) ((u16)(FIELD_GET(PROTOCOL_REV_MAJOR_MASK, (x)))) macro
|
D | sensors.c | 541 if (PROTOCOL_REV_MAJOR(version) >= 0x3 && in scmi_sensor_axis_description() 644 if (PROTOCOL_REV_MAJOR(si->version) >= 0x3 && in iter_sens_descr_process_response() 1122 PROTOCOL_REV_MAJOR(version), PROTOCOL_REV_MINOR(version)); in scmi_sensors_protocol_init()
|
D | base.c | 386 rev->major_ver = PROTOCOL_REV_MAJOR(version), in scmi_base_protocol_init()
|