Lines Matching defs:digbyp
1325 static void stm32mp1_lse_enable(bool bypass, bool digbyp, uint32_t lsedrv)
1330 if (digbyp) {
1334 if (bypass || digbyp) {
1376 static void stm32mp1_hse_enable(bool bypass, bool digbyp, bool css)
1380 if (digbyp) {
1384 if (bypass || digbyp) {
1399 (!(digbyp || bypass))) {
1880 bool bypass, digbyp;
1884 digbyp = fdt_clk_read_bool(name, "st,digbypass");
1888 stm32mp1_lse_enable(bypass, digbyp, lsedrv);
1892 bool bypass, digbyp, css;
1895 digbyp = fdt_clk_read_bool(name, "st,digbypass");
1897 stm32mp1_hse_enable(bypass, digbyp, css);