Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/clk/
H A Dclk-stm32mp13.c35 bool digbyp; member
924 bool digbyp, bool bypass) in clk_oscillator_set_bypass() argument
937 if (digbyp) { in clk_oscillator_set_bypass()
941 if (bypass || digbyp) { in clk_oscillator_set_bypass()
1015 bool digbyp, bool bypass) in clk_oscillator_check_bypass() argument
1027 (!(digbyp || bypass))) { in clk_oscillator_check_bypass()
1037 bool digbyp = osci->digbyp; in stm32_enable_oscillator_hse() local
1045 clk_oscillator_set_bypass(priv, _CK_HSE, digbyp, bypass); in stm32_enable_oscillator_hse()
1050 clk_oscillator_check_bypass(priv, _CK_HSE, digbyp, bypass); in stm32_enable_oscillator_hse()
1061 bool digbyp = osci->digbyp; in stm32_enable_oscillator_lse() local
[all …]
H A Dstm32mp1_clk.c1586 static void stm32mp1_lse_enable(bool bypass, bool digbyp, uint32_t lsedrv) in stm32mp1_lse_enable() argument
1596 if (digbyp) { in stm32mp1_lse_enable()
1600 if (bypass || digbyp) { in stm32mp1_lse_enable()
1642 static void stm32mp1_hse_enable(bool bypass, bool digbyp, bool css) in stm32mp1_hse_enable() argument
1646 if (digbyp) { in stm32mp1_hse_enable()
1650 if (bypass || digbyp) { in stm32mp1_hse_enable()
1665 (!(digbyp || bypass))) { in stm32mp1_hse_enable()
2221 bool bypass, digbyp; in stm32mp1_clk_init() local
2225 digbyp = fdt_clk_read_bool(name, "st,digbypass"); in stm32mp1_clk_init()
2229 stm32mp1_lse_enable(bypass, digbyp, lsedrv); in stm32mp1_clk_init()
[all …]
H A Dclk-stm32mp2.c30 bool digbyp; member
716 bool digbyp, bool bypass) in clk_oscillator_set_bypass() argument
729 if (digbyp) { in clk_oscillator_set_bypass()
733 if (bypass || digbyp) { in clk_oscillator_set_bypass()
2289 bool digbyp = osci->digbyp; in stm32_enable_oscillator_hse() local
2297 clk_oscillator_set_bypass(priv, _CK_HSE, digbyp, bypass); in stm32_enable_oscillator_hse()
2309 bool digbyp = osci->digbyp; in stm32_enable_oscillator_lse() local
2322 clk_oscillator_set_bypass(priv, _CK_LSE, digbyp, bypass); in stm32_enable_oscillator_lse()
2529 osci->digbyp = true; in clk_stm32_parse_oscillator_fdt()