Home
last modified time | relevance | path

Searched refs:chws (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/clk/at91/
Dsama5d2.c194 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()
Dat91sam9rl.c100 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()
Dpmc.c56 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()
Dsama5d4.c180 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()
Dat91sam9x5.c176 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()
Dsam9x60.c212 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()
Dat91sam9260.c372 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()
Dpmc.h20 struct clk_hw **chws; member