Home
last modified time | relevance | path

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

/trusted-firmware-a/include/drivers/st/
A Dstm32mp_clkfunc.h17 bool fdt_osc_read_bool(enum stm32mp_osc_id osc_id, const char *prop_name);
/trusted-firmware-a/drivers/st/clk/
A Dstm32mp_clkfunc.c72 bool fdt_osc_read_bool(enum stm32mp_osc_id osc_id, const char *prop_name) in fdt_osc_read_bool() function
A Dstm32mp1_clk.c1800 bypass = fdt_osc_read_bool(_LSE, "st,bypass"); in stm32mp1_clk_init()
1801 digbyp = fdt_osc_read_bool(_LSE, "st,digbypass"); in stm32mp1_clk_init()
1802 lse_css = fdt_osc_read_bool(_LSE, "st,css"); in stm32mp1_clk_init()
1810 bypass = fdt_osc_read_bool(_HSE, "st,bypass"); in stm32mp1_clk_init()
1811 digbyp = fdt_osc_read_bool(_HSE, "st,digbypass"); in stm32mp1_clk_init()
1812 css = fdt_osc_read_bool(_HSE, "st,css"); in stm32mp1_clk_init()

Completed in 6 milliseconds