Lines Matching +full:at91rm9200 +full:- +full:tcb
1 // SPDX-License-Identifier: GPL-2.0
2 #include <linux/clk-provider.h>
6 #include <dt-bindings/clock/at91.h>
88 i = of_property_match_string(np, "clock-names", "slow_xtal"); in at91rm9200_pmc_setup()
94 i = of_property_match_string(np, "clock-names", "main_xtal"); in at91rm9200_pmc_setup()
109 bypass = of_property_read_bool(np, "atmel,osc-bypass"); in at91rm9200_pmc_setup()
120 at91rm9200_pmc->chws[PMC_MAIN] = hw; in at91rm9200_pmc_setup()
128 at91rm9200_pmc->chws[PMC_PLLACK] = hw; in at91rm9200_pmc_setup()
136 at91rm9200_pmc->chws[PMC_PLLBCK] = hw; in at91rm9200_pmc_setup()
158 at91rm9200_pmc->chws[PMC_MCK] = hw; in at91rm9200_pmc_setup()
180 at91rm9200_pmc->pchws[i] = hw; in at91rm9200_pmc_setup()
190 at91rm9200_pmc->shws[at91rm9200_systemck[i].id] = hw; in at91rm9200_pmc_setup()
201 at91rm9200_pmc->phws[at91rm9200_periphck[i].id] = hw; in at91rm9200_pmc_setup()
212 * While the TCB can be used as the clocksource, the system timer is most likely
217 CLK_OF_DECLARE(at91rm9200_pmc, "atmel,at91rm9200-pmc", at91rm9200_pmc_setup);