Home
last modified time | relevance | path

Searched refs:SCMI_PROTOCOL_CLOCK (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/firmware/scmi/
Dclk.c37 if (proto->id != SCMI_PROTOCOL_CLOCK) { in scmi_clock_rate_get()
75 if (proto->id != SCMI_PROTOCOL_CLOCK) { in scmi_clock_config_set()
126 if (proto->id != SCMI_PROTOCOL_CLOCK) { in scmi_clock_protocol_attributes()
/Zephyr-latest/include/zephyr/drivers/firmware/scmi/
Dutil.h279 #define SCMI_PROTOCOL_CLOCK 20 macro