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>
121 bool bypass; in at91sam9n12_pmc_setup() local
123 i = of_property_match_string(np, "clock-names", "slow_clk"); in at91sam9n12_pmc_setup()
129 i = of_property_match_string(np, "clock-names", "main_xtal"); in at91sam9n12_pmc_setup()
148 bypass = of_property_read_bool(np, "atmel,osc-bypass"); in at91sam9n12_pmc_setup()
151 bypass); in at91sam9n12_pmc_setup()
161 at91sam9n12_pmc->chws[PMC_MAIN] = hw; in at91sam9n12_pmc_setup()
172 at91sam9n12_pmc->chws[PMC_PLLACK] = hw; in at91sam9n12_pmc_setup()
179 at91sam9n12_pmc->chws[PMC_PLLBCK] = hw; in at91sam9n12_pmc_setup()
202 at91sam9n12_pmc->chws[PMC_MCK] = hw; in at91sam9n12_pmc_setup()
225 at91sam9n12_pmc->pchws[i] = hw; in at91sam9n12_pmc_setup()
236 at91sam9n12_pmc->shws[at91sam9n12_systemck[i].id] = hw; in at91sam9n12_pmc_setup()
249 at91sam9n12_pmc->phws[at91sam9n12_periphck[i].id] = hw; in at91sam9n12_pmc_setup()
263 CLK_OF_DECLARE(at91sam9n12_pmc, "atmel,at91sam9n12-pmc", at91sam9n12_pmc_setup);