Lines Matching refs:at91sam9260_pmc
331 struct pmc_data *at91sam9260_pmc;
355 at91sam9260_pmc = pmc_data_allocate(PMC_PLLBCK + 1,
359 if (!at91sam9260_pmc)
373 at91sam9260_pmc->chws[PMC_MAIN] = hw;
390 at91sam9260_pmc->chws[PMC_SLOW] = hw;
402 at91sam9260_pmc->chws[PMC_PLLACK] = hw;
410 at91sam9260_pmc->chws[PMC_PLLBCK] = hw;
422 at91sam9260_pmc->chws[PMC_MCK] = hw;
444 at91sam9260_pmc->pchws[i] = hw;
454 at91sam9260_pmc->shws[data->sck[i].id] = hw;
465 at91sam9260_pmc->phws[data->pck[i].id] = hw;
468 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91sam9260_pmc);
473 kfree(at91sam9260_pmc);
480 CLK_OF_DECLARE_DRIVER(at91sam9260_pmc, "atmel,at91sam9260-pmc",