Searched refs:digbyp (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/clk/ |
H A D | clk_stm32mp1.c | 1209 static void stm32mp1_lse_enable(fdt_addr_t rcc, int bypass, int digbyp, in stm32mp1_lse_enable() argument 1214 if (digbyp) in stm32mp1_lse_enable() 1217 if (bypass || digbyp) in stm32mp1_lse_enable() 1252 static void stm32mp1_hse_enable(fdt_addr_t rcc, int bypass, int digbyp, int css) in stm32mp1_hse_enable() argument 1254 if (digbyp) in stm32mp1_hse_enable() 1256 if (bypass || digbyp) in stm32mp1_hse_enable() 1629 int bypass, digbyp, lsedrv; in stm32mp1_clktree() local 1633 digbyp = dev_read_bool(dev, "st,digbypass"); in stm32mp1_clktree() 1638 stm32mp1_lse_enable(rcc, bypass, digbyp, lsedrv); in stm32mp1_clktree() 1642 int bypass, digbyp, css; in stm32mp1_clktree() local [all …]
|