Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/clk/
H A Dstm32mp1_clk.c1577 static void stm32mp1_lse_enable(bool bypass, bool digbyp, uint32_t lsedrv) in stm32mp1_lse_enable() argument
1587 if (digbyp) { in stm32mp1_lse_enable()
1591 if (bypass || digbyp) { in stm32mp1_lse_enable()
1633 static void stm32mp1_hse_enable(bool bypass, bool digbyp, bool css) in stm32mp1_hse_enable() argument
1637 if (digbyp) { in stm32mp1_hse_enable()
1641 if (bypass || digbyp) { in stm32mp1_hse_enable()
1656 (!(digbyp || bypass))) { in stm32mp1_hse_enable()
2212 bool bypass, digbyp; in stm32mp1_clk_init() local
2216 digbyp = fdt_clk_read_bool(name, "st,digbypass"); in stm32mp1_clk_init()
2220 stm32mp1_lse_enable(bypass, digbyp, lsedrv); in stm32mp1_clk_init()
[all …]
H A Dclk-stm32mp13.c35 bool digbyp; member
898 bool digbyp, bool bypass) in clk_oscillator_check_bypass() argument
910 (!(digbyp || bypass))) { in clk_oscillator_check_bypass()
920 bool digbyp = osci->digbyp; in stm32_enable_oscillator_hse() local
928 clk_oscillator_set_bypass(priv, _CK_HSE, digbyp, bypass); in stm32_enable_oscillator_hse()
933 clk_oscillator_check_bypass(priv, _CK_HSE, digbyp, bypass); in stm32_enable_oscillator_hse()
944 bool digbyp = osci->digbyp; in stm32_enable_oscillator_lse() local
957 clk_oscillator_set_bypass(priv, _CK_LSE, digbyp, bypass); in stm32_enable_oscillator_lse()
2142 osci->digbyp = true; in clk_stm32_parse_oscillator_fdt()
H A Dclk-stm32mp2.c30 bool digbyp; member
2023 bool digbyp = osci->digbyp; in stm32_enable_oscillator_hse() local
2031 clk_oscillator_set_bypass(priv, _CK_HSE, digbyp, bypass); in stm32_enable_oscillator_hse()
2043 bool digbyp = osci->digbyp; in stm32_enable_oscillator_lse() local
2056 clk_oscillator_set_bypass(priv, _CK_LSE, digbyp, bypass); in stm32_enable_oscillator_lse()
2302 osci->digbyp = true; in clk_stm32_parse_oscillator_fdt()
H A Dclk-stm32-core.c68 void clk_oscillator_set_bypass(struct stm32_clk_priv *priv, int id, bool digbyp, bool bypass) in clk_oscillator_set_bypass() argument
81 if (digbyp) { in clk_oscillator_set_bypass()
85 if (bypass || digbyp) { in clk_oscillator_set_bypass()
H A Dclk-stm32-core.h155 void clk_oscillator_set_bypass(struct stm32_clk_priv *priv, int id, bool digbyp, bool bypass);