Searched defs:pmc_data (Results 1 – 3 of 3) sorted by relevance
20 struct pmc_data { struct21 unsigned int ncore;22 struct clk_hw **chws;23 unsigned int nsystem;24 struct clk_hw **shws;25 unsigned int nperiph;26 struct clk_hw **phws;27 unsigned int ngck;28 struct clk_hw **ghws;29 unsigned int npck;[all …]
36 struct pmc_data { struct37 const struct pmc_reg_map *map;38 const struct pmc_clk *clks;426 const struct pmc_data *pmc_data) in pmc_setup_clks()
150 const struct pmc_clk_data *pmc_data, in plt_clk_register()306 const struct pmc_clk_data *pmc_data; in plt_clk_probe() local