Searched refs:chws (Results 1 – 8 of 8) sorted by relevance
194 sama5d2_pmc->chws[PMC_MAIN] = hw; in sama5d2_pmc_setup()228 sama5d2_pmc->chws[PMC_UTMI] = hw; in sama5d2_pmc_setup()240 sama5d2_pmc->chws[PMC_MCK] = hw; in sama5d2_pmc_setup()246 sama5d2_pmc->chws[PMC_MCK2] = hw; in sama5d2_pmc_setup()336 sama5d2_pmc->chws[PMC_I2S0_MUX] = hw; in sama5d2_pmc_setup()345 sama5d2_pmc->chws[PMC_I2S1_MUX] = hw; in sama5d2_pmc_setup()
100 at91sam9rl_pmc->chws[PMC_MAIN] = hw; in at91sam9rl_pmc_setup()112 at91sam9rl_pmc->chws[PMC_UTMI] = hw; in at91sam9rl_pmc_setup()124 at91sam9rl_pmc->chws[PMC_MCK] = hw; in at91sam9rl_pmc_setup()
56 return pmc_data->chws[idx]; in of_clk_hw_pmc_get()81 kfree(pmc_data->chws); in pmc_data_free()96 pmc_data->chws = kcalloc(ncore, sizeof(struct clk_hw *), GFP_KERNEL); in pmc_data_allocate()97 if (!pmc_data->chws) in pmc_data_allocate()
180 sama5d4_pmc->chws[PMC_UTMI] = hw; in sama5d4_pmc_setup()192 sama5d4_pmc->chws[PMC_MCK] = hw; in sama5d4_pmc_setup()198 sama5d4_pmc->chws[PMC_MCK2] = hw; in sama5d4_pmc_setup()
176 at91sam9x5_pmc->chws[PMC_MAIN] = hw; in at91sam9x5_pmc_setup()191 at91sam9x5_pmc->chws[PMC_UTMI] = hw; in at91sam9x5_pmc_setup()203 at91sam9x5_pmc->chws[PMC_MCK] = hw; in at91sam9x5_pmc_setup()
212 sam9x60_pmc->chws[PMC_MAIN] = hw; in sam9x60_pmc_setup()224 sam9x60_pmc->chws[PMC_UTMI] = hw; in sam9x60_pmc_setup()235 sam9x60_pmc->chws[PMC_MCK] = hw; in sam9x60_pmc_setup()
372 at91sam9260_pmc->chws[PMC_MAIN] = hw; in at91sam926x_pmc_setup()389 at91sam9260_pmc->chws[PMC_SLOW] = hw; in at91sam926x_pmc_setup()417 at91sam9260_pmc->chws[PMC_MCK] = hw; in at91sam926x_pmc_setup()
20 struct clk_hw **chws; member