Searched refs:pmc_clk (Results 1 – 3 of 3) sorted by relevance
320 struct pmc_clk *pmc_clk = NULL; in pmc_setup() local392 pmc_clk->id = PMC_MAIN; in pmc_setup()433 pmc_clk->id = PMC_UTMI; in pmc_setup()448 pmc_clk->clk = clk; in pmc_setup()460 pmc_clk->id = PMC_MCK; in pmc_setup()467 pmc_clk->clk = h32mxck; in pmc_setup()497 pmc_clk->clk = clk; in pmc_setup()519 pmc_clk->clk = clk; in pmc_setup()535 pmc_clk->clk = clk; in pmc_setup()551 pmc_clk->clk = clk; in pmc_setup()[all …]
43 struct pmc_clk { struct51 struct pmc_clk *chws; argument53 struct pmc_clk *shws;55 struct pmc_clk *phws;57 struct pmc_clk *ghws;59 struct pmc_clk *pchws;61 struct pmc_clk hwtable[];128 struct clk *pmc_clk_get_by_name(struct pmc_clk *clks, unsigned int nclk,
20 static struct clk *pmc_clk_get_by_id(struct pmc_clk *clks, unsigned int nclk, in pmc_clk_get_by_id()33 struct clk *pmc_clk_get_by_name(struct pmc_clk *clks, unsigned int nclk, in pmc_clk_get_by_name()51 struct pmc_clk *clks = NULL; in clk_dt_pmc_get()99 num_clks * sizeof(struct pmc_clk); in pmc_data_allocate()
Completed in 5 milliseconds