Home
last modified time | relevance | path

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

/linux/drivers/clk/at91/
H A Dsama7d65.c465 } sama7d65_mckx[] = { variable
1131 (ARRAY_SIZE(sama7d65_mckx) + ARRAY_SIZE(sama7d65_gck)), in sama7d65_pmc_setup()
1219 sama7d65_mckx[PCK_PARENT_HW_MCK0].hw = hw; in sama7d65_pmc_setup()
1224 for (i = PCK_PARENT_HW_MCK1; i < ARRAY_SIZE(sama7d65_mckx); i++) { in sama7d65_pmc_setup()
1225 u8 num_parents = 3 + sama7d65_mckx[i].ep_count; in sama7d65_pmc_setup()
1237 PMC_FILL_TABLE(&mux_table[3], sama7d65_mckx[i].ep_mux_table, in sama7d65_pmc_setup()
1238 sama7d65_mckx[i].ep_count); in sama7d65_pmc_setup()
1239 for (j = 0; j < sama7d65_mckx[i].ep_count; j++) { in sama7d65_pmc_setup()
1240 u8 pll_id = sama7d65_mckx[i].ep[j].pll_id; in sama7d65_pmc_setup()
1241 u8 pll_compid = sama7d65_mckx[i].ep[j].pll_compid; in sama7d65_pmc_setup()
[all …]