Lines Matching +full:osc +full:- +full:bypass
1 // SPDX-License-Identifier: GPL-2.0
2 #include <linux/clk-provider.h>
6 #include <dt-bindings/clock/at91.h>
123 bool bypass; in sama5d3_pmc_setup() local
125 i = of_property_match_string(np, "clock-names", "slow_clk"); in sama5d3_pmc_setup()
131 i = of_property_match_string(np, "clock-names", "main_xtal"); in sama5d3_pmc_setup()
151 bypass = of_property_read_bool(np, "atmel,osc-bypass"); in sama5d3_pmc_setup()
154 bypass); in sama5d3_pmc_setup()
173 sama5d3_pmc->chws[PMC_PLLACK] = hw; in sama5d3_pmc_setup()
179 sama5d3_pmc->chws[PMC_UTMI] = hw; in sama5d3_pmc_setup()
200 sama5d3_pmc->chws[PMC_MCK] = hw; in sama5d3_pmc_setup()
229 sama5d3_pmc->pchws[i] = hw; in sama5d3_pmc_setup()
240 sama5d3_pmc->shws[sama5d3_systemck[i].id] = hw; in sama5d3_pmc_setup()
255 sama5d3_pmc->phws[sama5d3_periphck[i].id] = hw; in sama5d3_pmc_setup()
269 CLK_OF_DECLARE(sama5d3_pmc, "atmel,sama5d3-pmc", sama5d3_pmc_setup);