Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/clk/
H A Dstm32mp1_clk.c887 static unsigned long stm32mp1_osc[NB_OSC]; variable
961 return stm32mp1_osc[idx]; in stm32mp1_clk_get_fixed()
2207 if (stm32mp1_osc[_LSI] != 0U) { in stm32mp1_clk_init()
2210 if (stm32mp1_osc[_LSE] != 0U) { in stm32mp1_clk_init()
2222 if (stm32mp1_osc[_HSE] != 0U) { in stm32mp1_clk_init()
2282 if (stm32mp1_osc[_HSI] != 0U) { in stm32mp1_clk_init()
2283 ret = stm32mp1_hsidiv(stm32mp1_osc[_HSI]); in stm32mp1_clk_init()
2357 if (stm32mp1_osc[_LSE] != 0U) { in stm32mp1_clk_init()
2391 if (stm32mp1_osc[_HSI] == 0U) { in stm32mp1_clk_init()
2412 stm32mp1_osc[index] = frequency; in stm32mp1_osc_clk_init()