Searched refs:chws (Results 1 – 13 of 13) sorted by relevance
194 sama5d2_pmc->chws[PMC_MAIN] = hw; in sama5d2_pmc_setup()205 sama5d2_pmc->chws[PMC_PLLACK] = hw; in sama5d2_pmc_setup()222 sama5d2_pmc->chws[PMC_AUDIOPLLCK] = hw; in sama5d2_pmc_setup()232 sama5d2_pmc->chws[PMC_UTMI] = hw; in sama5d2_pmc_setup()244 sama5d2_pmc->chws[PMC_MCK] = hw; in sama5d2_pmc_setup()250 sama5d2_pmc->chws[PMC_MCK2] = hw; in sama5d2_pmc_setup()344 sama5d2_pmc->chws[PMC_I2S0_MUX] = hw; in sama5d2_pmc_setup()353 sama5d2_pmc->chws[PMC_I2S1_MUX] = hw; in sama5d2_pmc_setup()
100 at91sam9rl_pmc->chws[PMC_MAIN] = hw; in at91sam9rl_pmc_setup()108 at91sam9rl_pmc->chws[PMC_PLLACK] = hw; in at91sam9rl_pmc_setup()114 at91sam9rl_pmc->chws[PMC_UTMI] = hw; in at91sam9rl_pmc_setup()126 at91sam9rl_pmc->chws[PMC_MCK] = hw; in at91sam9rl_pmc_setup()
118 at91rm9200_pmc->chws[PMC_MAIN] = hw; in at91rm9200_pmc_setup()126 at91rm9200_pmc->chws[PMC_PLLACK] = hw; in at91rm9200_pmc_setup()134 at91rm9200_pmc->chws[PMC_PLLBCK] = hw; in at91rm9200_pmc_setup()146 at91rm9200_pmc->chws[PMC_MCK] = hw; in at91rm9200_pmc_setup()
128 at91sam9g45_pmc->chws[PMC_MAIN] = hw; in at91sam9g45_pmc_setup()139 at91sam9g45_pmc->chws[PMC_PLLACK] = hw; in at91sam9g45_pmc_setup()145 at91sam9g45_pmc->chws[PMC_UTMI] = hw; in at91sam9g45_pmc_setup()157 at91sam9g45_pmc->chws[PMC_MCK] = hw; in at91sam9g45_pmc_setup()
154 at91sam9n12_pmc->chws[PMC_MAIN] = hw; in at91sam9n12_pmc_setup()165 at91sam9n12_pmc->chws[PMC_PLLACK] = hw; in at91sam9n12_pmc_setup()172 at91sam9n12_pmc->chws[PMC_PLLBCK] = hw; in at91sam9n12_pmc_setup()184 at91sam9n12_pmc->chws[PMC_MCK] = hw; in at91sam9n12_pmc_setup()
226 sam9x60_pmc->chws[PMC_MAIN] = hw; in sam9x60_pmc_setup()229 "mainck", sam9x60_pmc->chws[PMC_MAIN], in sam9x60_pmc_setup()241 sam9x60_pmc->chws[PMC_PLLACK] = hw; in sam9x60_pmc_setup()256 sam9x60_pmc->chws[PMC_UTMI] = hw; in sam9x60_pmc_setup()267 sam9x60_pmc->chws[PMC_MCK] = hw; in sam9x60_pmc_setup()
176 sama5d4_pmc->chws[PMC_PLLACK] = hw; in sama5d4_pmc_setup()182 sama5d4_pmc->chws[PMC_UTMI] = hw; in sama5d4_pmc_setup()194 sama5d4_pmc->chws[PMC_MCK] = hw; in sama5d4_pmc_setup()200 sama5d4_pmc->chws[PMC_MCK2] = hw; in sama5d4_pmc_setup()
176 at91sam9x5_pmc->chws[PMC_MAIN] = hw; in at91sam9x5_pmc_setup()187 at91sam9x5_pmc->chws[PMC_PLLACK] = hw; in at91sam9x5_pmc_setup()193 at91sam9x5_pmc->chws[PMC_UTMI] = hw; in at91sam9x5_pmc_setup()205 at91sam9x5_pmc->chws[PMC_MCK] = hw; in at91sam9x5_pmc_setup()
373 at91sam9260_pmc->chws[PMC_MAIN] = hw; in at91sam926x_pmc_setup()390 at91sam9260_pmc->chws[PMC_SLOW] = hw; in at91sam926x_pmc_setup()402 at91sam9260_pmc->chws[PMC_PLLACK] = hw; in at91sam926x_pmc_setup()410 at91sam9260_pmc->chws[PMC_PLLBCK] = hw; in at91sam926x_pmc_setup()422 at91sam9260_pmc->chws[PMC_MCK] = hw; in at91sam926x_pmc_setup()
161 sama5d3_pmc->chws[PMC_PLLACK] = hw; in sama5d3_pmc_setup()167 sama5d3_pmc->chws[PMC_UTMI] = hw; in sama5d3_pmc_setup()179 sama5d3_pmc->chws[PMC_MCK] = hw; in sama5d3_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()
869 sama7g5_pmc->chws[PMC_MAIN] = hw; in sama7g5_pmc_setup()881 parent_hw = sama7g5_pmc->chws[PMC_MAIN]; in sama7g5_pmc_setup()911 sama7g5_pmc->chws[sama7g5_plls[i][j].eid] = hw; in sama7g5_pmc_setup()924 sama7g5_pmc->chws[PMC_MCK] = hw; in sama7g5_pmc_setup()960 sama7g5_pmc->chws[PMC_UTMI] = hw; in sama7g5_pmc_setup()
20 struct clk_hw **chws; member