Home
last modified time | relevance | path

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

/linux/drivers/clk/at91/
H A Dsama7g5.c561 } sama7g5_gck[] = { variable
1001 nck(sama7g5_gck), 8); in sama7g5_pmc_setup()
1006 (ARRAY_SIZE(sama7g5_mckx) + ARRAY_SIZE(sama7g5_gck)), in sama7g5_pmc_setup()
1194 for (i = 0; i < ARRAY_SIZE(sama7g5_gck); i++) { in sama7g5_pmc_setup()
1195 u8 num_parents = 3 + sama7g5_gck[i].pp_count; in sama7g5_pmc_setup()
1205 PMC_FILL_TABLE(&mux_table[3], sama7g5_gck[i].pp_mux_table, in sama7g5_pmc_setup()
1206 sama7g5_gck[i].pp_count); in sama7g5_pmc_setup()
1207 for (j = 0; j < sama7g5_gck[i].pp_count; j++) { in sama7g5_pmc_setup()
1208 u8 pll_id = sama7g5_gck[i].pp[j].pll_id; in sama7g5_pmc_setup()
1209 u8 pll_compid = sama7g5_gck[i].pp[j].pll_compid; in sama7g5_pmc_setup()
[all …]