of_clk_hw_pmc_get
of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91rm9200_pmc);
of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91sam9260_pmc);
of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91sam9g45_pmc);
of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91sam9n12_pmc);
of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91sam9rl_pmc);
of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91sam9x5_pmc);
struct clk_hw *of_clk_hw_pmc_get(struct of_phandle_args *clkspec, void *data);
of_clk_add_hw_provider(np, of_clk_hw_pmc_get, sam9x60_pmc);
of_clk_add_hw_provider(np, of_clk_hw_pmc_get, sam9x7_pmc);
of_clk_add_hw_provider(np, of_clk_hw_pmc_get, sama5d2_pmc);
of_clk_add_hw_provider(np, of_clk_hw_pmc_get, sama5d3_pmc);
of_clk_add_hw_provider(np, of_clk_hw_pmc_get, sama5d4_pmc);
of_clk_add_hw_provider(np, of_clk_hw_pmc_get, sama7d65_pmc);
of_clk_add_hw_provider(np, of_clk_hw_pmc_get, sama7g5_pmc);