Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/sam/
H A Dsama5d2_clk.c396 pmc_clk = &pmc->chws[PMC_MAIN]; in pmc_setup()
409 pmc_clk = &pmc->chws[PMC_PLLACK]; in pmc_setup()
419 pmc_clk = &pmc->chws[PMC_AUDIOPLL_FRACCK]; in pmc_setup()
433 pmc_clk = &pmc->chws[PMC_AUDIOPLLCK]; in pmc_setup()
441 pmc_clk = &pmc->chws[PMC_UTMI]; in pmc_setup()
457 pmc_clk = &pmc->chws[PMC_MCK_PRES]; in pmc_setup()
468 pmc_clk = &pmc->chws[PMC_MCK]; in pmc_setup()
476 pmc_clk = &pmc->chws[PMC_MCK2]; in pmc_setup()
486 pmc_clk = &pmc->chws[PMC_USBCK]; in pmc_setup()
593 pmc->chws[PMC_I2S0_MUX].clk = clk; in pmc_setup()
[all …]
H A Dsama7g5_clk.c1329 pmc_clk = &sama7g5_pmc->chws[PMC_MAIN]; in pmc_setup_sama7g5()
1349 parent = pmc_clk_get_by_name(pmc->chws, in pmc_setup_sama7g5()
1381 sama7g5_pmc->chws[p->eid].clk = clk; in pmc_setup_sama7g5()
1382 sama7g5_pmc->chws[p->eid].id = p->eid; in pmc_setup_sama7g5()
1388 pll_div_clk[i] = sama7g5_pmc->chws[p->eid].clk; in pmc_setup_sama7g5()
1401 pmc_clk = &sama7g5_pmc->chws[PMC_MCK_PRES]; in pmc_setup_sama7g5()
1411 pmc_clk = &sama7g5_pmc->chws[PMC_MCK]; in pmc_setup_sama7g5()
1434 parents[4 + j] = pmc_clk_get_by_name(sama7g5_pmc->chws, in pmc_setup_sama7g5()
1450 sama7g5_pmc->chws[PMC_MCK1 + i].clk = clk; in pmc_setup_sama7g5()
1456 sama7g5_pmc->chws[PMC_UTMI].clk = clk; in pmc_setup_sama7g5()
[all …]
H A Dat91_pmc.c54 clks = pmc->chws; in pmc_clk_get()
110 pmc_data->chws = pmc_data->hwtable; in pmc_data_allocate()
113 pmc_data->shws = pmc_data->chws + ncore; in pmc_data_allocate()
H A Dat91_clk.h51 struct pmc_clk *chws; member