Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/
H A Dclk_stm32mp1.c263 _PLL4_R, enumerator
569 static const u8 i2c12_parents[] = {_PCLK1, _PLL4_R, _HSI_KER, _CSI_KER};
570 static const u8 i2c35_parents[] = {_PCLK1, _PLL4_R, _HSI_KER, _CSI_KER};
585 static const u8 usbphy_parents[] = {_HSE_KER, _PLL4_R, _HSE_KER_DIV2};
586 static const u8 usbo_parents[] = {_PLL4_R, _USB_PHY_48};
589 static const u8 adc_parents[] = {_PLL4_R, _CK_PER, _PLL3_Q};
693 [_PLL4_R] = "PLL4_R",
1079 case _PLL4_R: in stm32mp1_clk_get()