Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/firmware/scmi/
Dclk.h17 #define SCMI_CLK_CONFIG_DISABLE_ENABLE_MASK GENMASK(1, 0) macro
19 ((uint32_t)(x) & SCMI_CLK_CONFIG_DISABLE_ENABLE_MASK)