Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/st/clk/
Dstm32mp1_clk.c635 static unsigned long stm32mp1_osc[NB_OSC]; variable
709 return stm32mp1_osc[idx]; in stm32mp1_clk_get_fixed()
1875 if (stm32mp1_osc[_LSI] != 0U) { in stm32mp1_clk_init()
1878 if (stm32mp1_osc[_LSE] != 0U) { in stm32mp1_clk_init()
1890 if (stm32mp1_osc[_HSE] != 0U) { in stm32mp1_clk_init()
1958 if (stm32mp1_osc[_HSI] != 0U) { in stm32mp1_clk_init()
1959 ret = stm32mp1_hsidiv(stm32mp1_osc[_HSI]); in stm32mp1_clk_init()
2064 if (stm32mp1_osc[_LSE] != 0U) { in stm32mp1_clk_init()
2135 if (stm32mp1_osc[_HSI] == 0U) { in stm32mp1_clk_init()
2156 stm32mp1_osc[index] = frequency; in stm32mp1_osc_clk_init()