Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/st/clk/
Dstm32mp1_clk.c618 static unsigned long stm32mp1_osc[NB_OSC]; variable
685 return stm32mp1_osc[idx]; in stm32mp1_clk_get_fixed()
1784 if (stm32mp1_osc[_LSI] != 0U) { in stm32mp1_clk_init()
1787 if (stm32mp1_osc[_LSE] != 0U) { in stm32mp1_clk_init()
1798 if (stm32mp1_osc[_HSE] != 0U) { in stm32mp1_clk_init()
1851 if (stm32mp1_osc[_HSI] != 0U) { in stm32mp1_clk_init()
1852 ret = stm32mp1_hsidiv(stm32mp1_osc[_HSI]); in stm32mp1_clk_init()
1964 if (stm32mp1_osc[_LSE] != 0U) { in stm32mp1_clk_init()
2011 if (stm32mp1_osc[_HSI] == 0U) { in stm32mp1_clk_init()
2031 stm32mp1_osc[index] = frequency; in stm32mp1_osc_clk_init()