Searched refs:ncore (Results 1 – 2 of 2) sorted by relevance
55 if (idx < pmc_data->ncore) 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()95 pmc_data->ncore = ncore; in pmc_data_allocate()99 pmc_data->shws = pmc_data->chws + ncore; in pmc_data_allocate()
21 unsigned int ncore; member122 struct pmc_data *pmc_data_allocate(unsigned int ncore, unsigned int nsystem,