Searched refs:chws (Results 1 – 13 of 13) sorted by relevance
206 sama5d2_pmc->chws[PMC_MAIN] = hw; in sama5d2_pmc_setup()217 sama5d2_pmc->chws[PMC_PLLACK] = hw; in sama5d2_pmc_setup()229 sama5d2_pmc->chws[PMC_AUDIOPINCK] = hw; in sama5d2_pmc_setup()236 sama5d2_pmc->chws[PMC_AUDIOPLLCK] = hw; in sama5d2_pmc_setup()246 sama5d2_pmc->chws[PMC_UTMI] = hw; in sama5d2_pmc_setup()267 sama5d2_pmc->chws[PMC_MCK] = hw; in sama5d2_pmc_setup()273 sama5d2_pmc->chws[PMC_MCK2] = hw; in sama5d2_pmc_setup()367 sama5d2_pmc->chws[PMC_I2S0_MUX] = hw; in sama5d2_pmc_setup()376 sama5d2_pmc->chws[PMC_I2S1_MUX] = hw; in sama5d2_pmc_setup()
102 at91sam9rl_pmc->chws[PMC_MAIN] = hw; in at91sam9rl_pmc_setup()110 at91sam9rl_pmc->chws[PMC_PLLACK] = hw; in at91sam9rl_pmc_setup()116 at91sam9rl_pmc->chws[PMC_UTMI] = hw; in at91sam9rl_pmc_setup()138 at91sam9rl_pmc->chws[PMC_MCK] = hw; in at91sam9rl_pmc_setup()
120 at91rm9200_pmc->chws[PMC_MAIN] = hw; in at91rm9200_pmc_setup()128 at91rm9200_pmc->chws[PMC_PLLACK] = hw; in at91rm9200_pmc_setup()136 at91rm9200_pmc->chws[PMC_PLLBCK] = hw; in at91rm9200_pmc_setup()158 at91rm9200_pmc->chws[PMC_MCK] = hw; in at91rm9200_pmc_setup()
130 at91sam9g45_pmc->chws[PMC_MAIN] = hw; in at91sam9g45_pmc_setup()141 at91sam9g45_pmc->chws[PMC_PLLACK] = hw; in at91sam9g45_pmc_setup()147 at91sam9g45_pmc->chws[PMC_UTMI] = hw; in at91sam9g45_pmc_setup()170 at91sam9g45_pmc->chws[PMC_MCK] = hw; in at91sam9g45_pmc_setup()
56 return pmc_data->chws[idx]; in of_clk_hw_pmc_get()96 pmc_data->chws = pmc_data->hwtable; in pmc_data_allocate()99 pmc_data->shws = pmc_data->chws + ncore; in pmc_data_allocate()
156 at91sam9n12_pmc->chws[PMC_MAIN] = hw; in at91sam9n12_pmc_setup()167 at91sam9n12_pmc->chws[PMC_PLLACK] = hw; in at91sam9n12_pmc_setup()174 at91sam9n12_pmc->chws[PMC_PLLBCK] = hw; in at91sam9n12_pmc_setup()197 at91sam9n12_pmc->chws[PMC_MCK] = hw; in at91sam9n12_pmc_setup()
223 sam9x60_pmc->chws[PMC_MAIN] = hw; in sam9x60_pmc_setup()226 "mainck", sam9x60_pmc->chws[PMC_MAIN], in sam9x60_pmc_setup()249 sam9x60_pmc->chws[PMC_PLLACK] = hw; in sam9x60_pmc_setup()267 sam9x60_pmc->chws[PMC_UTMI] = hw; in sam9x60_pmc_setup()285 sam9x60_pmc->chws[PMC_MCK] = hw; in sam9x60_pmc_setup()
178 sama5d4_pmc->chws[PMC_PLLACK] = hw; in sama5d4_pmc_setup()184 sama5d4_pmc->chws[PMC_UTMI] = hw; in sama5d4_pmc_setup()205 sama5d4_pmc->chws[PMC_MCK] = hw; in sama5d4_pmc_setup()211 sama5d4_pmc->chws[PMC_MCK2] = hw; in sama5d4_pmc_setup()
178 at91sam9x5_pmc->chws[PMC_MAIN] = hw; in at91sam9x5_pmc_setup()189 at91sam9x5_pmc->chws[PMC_PLLACK] = hw; in at91sam9x5_pmc_setup()195 at91sam9x5_pmc->chws[PMC_UTMI] = hw; in at91sam9x5_pmc_setup()216 at91sam9x5_pmc->chws[PMC_MCK] = hw; in at91sam9x5_pmc_setup()
375 at91sam9260_pmc->chws[PMC_MAIN] = hw; in at91sam926x_pmc_setup()392 at91sam9260_pmc->chws[PMC_SLOW] = hw; in at91sam926x_pmc_setup()404 at91sam9260_pmc->chws[PMC_PLLACK] = hw; in at91sam926x_pmc_setup()412 at91sam9260_pmc->chws[PMC_PLLBCK] = hw; in at91sam926x_pmc_setup()435 at91sam9260_pmc->chws[PMC_MCK] = hw; in at91sam926x_pmc_setup()
163 sama5d3_pmc->chws[PMC_PLLACK] = hw; in sama5d3_pmc_setup()169 sama5d3_pmc->chws[PMC_UTMI] = hw; in sama5d3_pmc_setup()190 sama5d3_pmc->chws[PMC_MCK] = hw; in sama5d3_pmc_setup()
950 sama7g5_pmc->chws[PMC_MAIN] = hw; in sama7g5_pmc_setup()962 parent_hw = sama7g5_pmc->chws[PMC_MAIN]; in sama7g5_pmc_setup()993 sama7g5_pmc->chws[sama7g5_plls[i][j].eid] = hw; in sama7g5_pmc_setup()1004 sama7g5_pmc->chws[PMC_MCK] = hw; in sama7g5_pmc_setup()1035 sama7g5_pmc->chws[sama7g5_mckx[i].eid] = hw; in sama7g5_pmc_setup()1042 sama7g5_pmc->chws[PMC_UTMI] = hw; in sama7g5_pmc_setup()
22 struct clk_hw **chws; member