Home
last modified time | relevance | path

Searched refs:ncore (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/clk/at91/
H A Dpmc.c55 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() argument
87 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()
H A Dpmc.h21 unsigned int ncore; member
122 struct pmc_data *pmc_data_allocate(unsigned int ncore, unsigned int nsystem,