Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/plat/st/stm32mp1/
Dstm32mp1_scmi.c73 #define CLOCK_CELL(_scmi_id, _id, _name, _init_enabled) \ macro
81 CLOCK_CELL(CK_SCMI0_HSE, CK_HSE, "ck_hse", true),
82 CLOCK_CELL(CK_SCMI0_HSI, CK_HSI, "ck_hsi", true),
83 CLOCK_CELL(CK_SCMI0_CSI, CK_CSI, "ck_csi", true),
84 CLOCK_CELL(CK_SCMI0_LSE, CK_LSE, "ck_lse", true),
85 CLOCK_CELL(CK_SCMI0_LSI, CK_LSI, "ck_lsi", true),
86 CLOCK_CELL(CK_SCMI0_PLL2_Q, PLL2_Q, "pll2_q", true),
87 CLOCK_CELL(CK_SCMI0_PLL2_R, PLL2_R, "pll2_r", true),
88 CLOCK_CELL(CK_SCMI0_MPU, CK_MPU, "ck_mpu", true),
89 CLOCK_CELL(CK_SCMI0_AXI, CK_AXI, "ck_axi", true),
[all …]