Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/clk/at91/
Dsama7g5.c317 } sama7g5_mckx[] = { variable
927 (ARRAY_SIZE(sama7g5_mckx) + ARRAY_SIZE(sama7g5_gck)), in sama7g5_pmc_setup()
1009 for (i = 0; i < ARRAY_SIZE(sama7g5_mckx); i++) { in sama7g5_pmc_setup()
1010 u8 num_parents = 3 + sama7g5_mckx[i].ep_count; in sama7g5_pmc_setup()
1019 SAMA7G5_FILL_TABLE(&mux_table[3], sama7g5_mckx[i].ep_mux_table, in sama7g5_pmc_setup()
1020 sama7g5_mckx[i].ep_count); in sama7g5_pmc_setup()
1021 SAMA7G5_FILL_TABLE(&parent_names[3], sama7g5_mckx[i].ep, in sama7g5_pmc_setup()
1022 sama7g5_mckx[i].ep_count); in sama7g5_pmc_setup()
1024 hw = at91_clk_sama7g5_register_master(regmap, sama7g5_mckx[i].n, in sama7g5_pmc_setup()
1026 &pmc_mckX_lock, sama7g5_mckx[i].id, in sama7g5_pmc_setup()
[all …]