Lines Matching refs:at91sam9260_pmc
333 struct pmc_data *at91sam9260_pmc;
357 at91sam9260_pmc = pmc_data_allocate(PMC_PLLBCK + 1,
361 if (!at91sam9260_pmc)
375 at91sam9260_pmc->chws[PMC_MAIN] = hw;
392 at91sam9260_pmc->chws[PMC_SLOW] = hw;
404 at91sam9260_pmc->chws[PMC_PLLACK] = hw;
412 at91sam9260_pmc->chws[PMC_PLLBCK] = hw;
435 at91sam9260_pmc->chws[PMC_MCK] = hw;
457 at91sam9260_pmc->pchws[i] = hw;
467 at91sam9260_pmc->shws[data->sck[i].id] = hw;
478 at91sam9260_pmc->phws[data->pck[i].id] = hw;
481 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91sam9260_pmc);
486 kfree(at91sam9260_pmc);
494 CLK_OF_DECLARE(at91sam9260_pmc, "atmel,at91sam9260-pmc", at91sam9260_pmc_setup);