Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/
H A Dclk-stm32mp15.c575 static unsigned long stm32mp1_osc[NB_OSC]; variable
579 if (idx >= ARRAY_SIZE(stm32mp1_osc)) { in osc_frequency()
584 return stm32mp1_osc[idx]; in osc_frequency()
1064 stm32mp1_osc[idx] = clk_freq_prop(fdt, subnode); in get_osc_freq_from_dt()
1066 DMSG("Osc %s: %lu Hz", name, stm32mp1_osc[idx]); in get_osc_freq_from_dt()
1071 if (!stm32mp1_osc[idx]) in get_osc_freq_from_dt()