Home
last modified time | relevance | path

Searched refs:PMC_PLLACK (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/drivers/clk/at91/
Dat91sam9rl.c92 at91sam9rl_pmc = pmc_data_allocate(PMC_PLLACK + 1, in at91sam9rl_pmc_setup()
110 at91sam9rl_pmc->chws[PMC_PLLACK] = hw; in at91sam9rl_pmc_setup()
Dat91sam9g45.c113 at91sam9g45_pmc = pmc_data_allocate(PMC_PLLACK + 1, in at91sam9g45_pmc_setup()
141 at91sam9g45_pmc->chws[PMC_PLLACK] = hw; in at91sam9g45_pmc_setup()
Dsama5d3.c130 sama5d3_pmc = pmc_data_allocate(PMC_PLLACK + 1, in sama5d3_pmc_setup()
163 sama5d3_pmc->chws[PMC_PLLACK] = hw; in sama5d3_pmc_setup()
Dsama5d4.c145 sama5d4_pmc = pmc_data_allocate(PMC_PLLACK + 1, in sama5d4_pmc_setup()
178 sama5d4_pmc->chws[PMC_PLLACK] = hw; in sama5d4_pmc_setup()
Dat91sam9x5.c155 at91sam9x5_pmc = pmc_data_allocate(PMC_PLLACK + 1, in at91sam9x5_pmc_setup()
189 at91sam9x5_pmc->chws[PMC_PLLACK] = hw; in at91sam9x5_pmc_setup()
Dsam9x60.c200 sam9x60_pmc = pmc_data_allocate(PMC_PLLACK + 1, in sam9x60_pmc_setup()
249 sam9x60_pmc->chws[PMC_PLLACK] = hw; in sam9x60_pmc_setup()
Dat91rm9200.c128 at91rm9200_pmc->chws[PMC_PLLACK] = hw; in at91rm9200_pmc_setup()
Dat91sam9n12.c167 at91sam9n12_pmc->chws[PMC_PLLACK] = hw; in at91sam9n12_pmc_setup()
Dat91sam9260.c404 at91sam9260_pmc->chws[PMC_PLLACK] = hw; in at91sam926x_pmc_setup()
Dsama5d2.c217 sama5d2_pmc->chws[PMC_PLLACK] = hw; in sama5d2_pmc_setup()
/linux-6.1.9/include/dt-bindings/clock/
Dat91.h24 #define PMC_PLLACK 7 macro