Searched refs:CLOCK_CELL (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/arch/arm/plat-stm32mp1/ |
| H A D | scmi_server.c | 121 #define CLOCK_CELL(_scmi_id, _id, _name, _init_enabled) \ macro 176 CLOCK_CELL(CK_SCMI_HSE, CK_HSE, "ck_hse", true), 177 CLOCK_CELL(CK_SCMI_HSI, CK_HSI, "ck_hsi", true), 178 CLOCK_CELL(CK_SCMI_CSI, CK_CSI, "ck_csi", true), 179 CLOCK_CELL(CK_SCMI_LSE, CK_LSE, "ck_lse", true), 180 CLOCK_CELL(CK_SCMI_LSI, CK_LSI, "ck_lsi", true), 181 CLOCK_CELL(CK_SCMI_HSE_DIV2, CK_HSE_DIV2, "clk-hse-div2", true), 182 CLOCK_CELL(CK_SCMI_PLL2_Q, PLL2_Q, "pll2_q", true), 183 CLOCK_CELL(CK_SCMI_PLL2_R, PLL2_R, "pll2_r", true), 184 CLOCK_CELL(CK_SCMI_PLL3_P, PLL3_P, "pll3_p", true), [all …]
|