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>
84 bool bypass; in at91rm9200_pmc_setup() local
86 i = of_property_match_string(np, "clock-names", "slow_xtal"); in at91rm9200_pmc_setup()
92 i = of_property_match_string(np, "clock-names", "main_xtal"); in at91rm9200_pmc_setup()
107 bypass = of_property_read_bool(np, "atmel,osc-bypass"); in at91rm9200_pmc_setup()
110 bypass); in at91rm9200_pmc_setup()
118 at91rm9200_pmc->chws[PMC_MAIN] = hw; in at91rm9200_pmc_setup()
126 at91rm9200_pmc->chws[PMC_PLLACK] = hw; in at91rm9200_pmc_setup()
134 at91rm9200_pmc->chws[PMC_PLLBCK] = hw; in at91rm9200_pmc_setup()
146 at91rm9200_pmc->chws[PMC_MCK] = hw; in at91rm9200_pmc_setup()
168 at91rm9200_pmc->pchws[i] = hw; in at91rm9200_pmc_setup()
178 at91rm9200_pmc->shws[at91rm9200_systemck[i].id] = hw; in at91rm9200_pmc_setup()
189 at91rm9200_pmc->phws[at91rm9200_periphck[i].id] = hw; in at91rm9200_pmc_setup()
205 CLK_OF_DECLARE_DRIVER(at91rm9200_pmc, "atmel,at91rm9200-pmc",