Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/
A Dclk-stm32mp15.c573 static unsigned long stm32mp1_osc[NB_OSC]; variable
577 if (idx >= ARRAY_SIZE(stm32mp1_osc)) { in osc_frequency()
582 return stm32mp1_osc[idx]; in osc_frequency()
1199 stm32mp1_osc[idx] = clk_freq_prop(fdt, subnode); in get_osc_freq_from_dt()
1201 DMSG("Osc %s: %lu Hz", name, stm32mp1_osc[idx]); in get_osc_freq_from_dt()
1206 if (!stm32mp1_osc[idx]) in get_osc_freq_from_dt()

Completed in 4 milliseconds