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>
126 bool bypass; in sama5d4_pmc_setup() local
128 i = of_property_match_string(np, "clock-names", "slow_clk"); in sama5d4_pmc_setup()
134 i = of_property_match_string(np, "clock-names", "main_xtal"); in sama5d4_pmc_setup()
154 bypass = of_property_read_bool(np, "atmel,osc-bypass"); in sama5d4_pmc_setup()
157 bypass); in sama5d4_pmc_setup()
176 sama5d4_pmc->chws[PMC_PLLACK] = hw; in sama5d4_pmc_setup()
182 sama5d4_pmc->chws[PMC_UTMI] = hw; in sama5d4_pmc_setup()
194 sama5d4_pmc->chws[PMC_MCK] = hw; in sama5d4_pmc_setup()
200 sama5d4_pmc->chws[PMC_MCK2] = hw; in sama5d4_pmc_setup()
231 sama5d4_pmc->pchws[i] = hw; in sama5d4_pmc_setup()
241 sama5d4_pmc->shws[sama5d4_systemck[i].id] = hw; in sama5d4_pmc_setup()
254 sama5d4_pmc->phws[sama5d4_periphck[i].id] = hw; in sama5d4_pmc_setup()
267 sama5d4_pmc->phws[sama5d4_periph32ck[i].id] = hw; in sama5d4_pmc_setup()
277 CLK_OF_DECLARE_DRIVER(sama5d4_pmc, "atmel,sama5d4-pmc", sama5d4_pmc_setup);