Lines Matching refs:digbyp
1577 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()
2224 bool bypass, digbyp, css; in stm32mp1_clk_init() local
2227 digbyp = fdt_clk_read_bool(name, "st,digbypass"); in stm32mp1_clk_init()
2229 stm32mp1_hse_enable(bypass, digbyp, css); in stm32mp1_clk_init()