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>
138 bool bypass; in sama5d4_pmc_setup() local
140 i = of_property_match_string(np, "clock-names", "slow_clk"); in sama5d4_pmc_setup()
146 i = of_property_match_string(np, "clock-names", "main_xtal"); in sama5d4_pmc_setup()
166 bypass = of_property_read_bool(np, "atmel,osc-bypass"); in sama5d4_pmc_setup()
169 bypass); in sama5d4_pmc_setup()
188 sama5d4_pmc->chws[PMC_PLLACK] = hw; in sama5d4_pmc_setup()
194 sama5d4_pmc->chws[PMC_UTMI] = hw; in sama5d4_pmc_setup()
215 sama5d4_pmc->chws[PMC_MCK] = hw; in sama5d4_pmc_setup()
221 sama5d4_pmc->chws[PMC_MCK2] = hw; in sama5d4_pmc_setup()
252 sama5d4_pmc->pchws[i] = hw; in sama5d4_pmc_setup()
263 sama5d4_pmc->shws[sama5d4_systemck[i].id] = hw; in sama5d4_pmc_setup()
277 sama5d4_pmc->phws[sama5d4_periphck[i].id] = hw; in sama5d4_pmc_setup()
290 sama5d4_pmc->phws[sama5d4_periph32ck[i].id] = hw; in sama5d4_pmc_setup()
301 CLK_OF_DECLARE(sama5d4_pmc, "atmel,sama5d4-pmc", sama5d4_pmc_setup);