Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/drivers/st/
Dstm32mp_clkfunc.h17 bool fdt_osc_read_bool(enum stm32mp_osc_id osc_id, const char *prop_name);
/external/arm-trusted-firmware/drivers/st/clk/
Dstm32mp1_clk.c1652 bypass = fdt_osc_read_bool(_LSE, "st,bypass"); in stm32mp1_clk_init()
1653 digbyp = fdt_osc_read_bool(_LSE, "st,digbypass"); in stm32mp1_clk_init()
1654 lse_css = fdt_osc_read_bool(_LSE, "st,css"); in stm32mp1_clk_init()
1662 bypass = fdt_osc_read_bool(_HSE, "st,bypass"); in stm32mp1_clk_init()
1663 digbyp = fdt_osc_read_bool(_HSE, "st,digbypass"); in stm32mp1_clk_init()
1664 css = fdt_osc_read_bool(_HSE, "st,css"); in stm32mp1_clk_init()
Dstm32mp_clkfunc.c73 bool fdt_osc_read_bool(enum stm32mp_osc_id osc_id, const char *prop_name) in fdt_osc_read_bool() function