Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/drivers/st/clk/
Dclk-stm32mp13.c1787 STM32_DIV(_HSE_DIV, _NO_ID, _CK_HSE, 0, DIV_RTC),
1798 STM32_DIV(_PLL1P_DIV, _NO_ID, _CK_PLL1, 0, DIV_MPU),
1813 STM32_DIV(_CKAXI, CK_AXI, MUX(MUX_AXI), 0, DIV_AXI),
1814 STM32_DIV(_CKMLAHB, CK_MLAHB, MUX(MUX_MLAHB), CLK_IS_CRITICAL, DIV_MLAHB),
1817 STM32_DIV(_PCLK1, PCLK1, _CKMLAHB, 0, DIV_APB1),
1818 STM32_DIV(_PCLK2, PCLK2, _CKMLAHB, 0, DIV_APB2),
1819 STM32_DIV(_PCLK3, PCLK3, _CKMLAHB, 0, DIV_APB3),
1820 STM32_DIV(_PCLK4, PCLK4, _CKAXI, 0, DIV_APB4),
1821 STM32_DIV(_PCLK5, PCLK5, _CKAXI, 0, DIV_APB5),
1822 STM32_DIV(_PCLK6, PCLK6, _CKMLAHB, 0, DIV_APB6),
Dclk-stm32-core.h224 #define STM32_DIV(idx, _binding, _parent, _flags, _div_id) \ macro