Searched refs:nsystem (Results 1 – 2 of 2) sorted by relevance
59 if (idx < pmc_data->nsystem) in of_clk_hw_pmc_get()83 struct pmc_data *pmc_data_allocate(unsigned int ncore, unsigned int nsystem, in pmc_data_allocate() argument87 unsigned int num_clks = ncore + nsystem + nperiph + ngck + npck; in pmc_data_allocate()98 pmc_data->nsystem = nsystem; in pmc_data_allocate()102 pmc_data->phws = pmc_data->shws + nsystem; in pmc_data_allocate()
21 unsigned int nsystem; member106 struct pmc_data *pmc_data_allocate(unsigned int ncore, unsigned int nsystem,