Home
last modified time | relevance | path

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

/linux/drivers/clk/at91/
H A Dsama7g5.c1111 PMC_FILL_TABLE(&mux_table[3], sama7g5_mckx[i].ep_mux_table, in sama7g5_pmc_setup()
1119 PMC_FILL_TABLE(&parent_hws[3], tmp_parent_hws, in sama7g5_pmc_setup()
1207 PMC_FILL_TABLE(&mux_table[3], sama7g5_gck[i].pp_mux_table, in sama7g5_pmc_setup()
1215 PMC_FILL_TABLE(&parent_hws[3], tmp_parent_hws, in sama7g5_pmc_setup()
H A Dsama7d65.c1237 PMC_FILL_TABLE(&mux_table[3], sama7d65_mckx[i].ep_mux_table, in sama7d65_pmc_setup()
1245 PMC_FILL_TABLE(&parent_hws[3], tmp_parent_hws, in sama7d65_pmc_setup()
1338 PMC_FILL_TABLE(&mux_table[4], sama7d65_gck[i].pp_mux_table, in sama7d65_pmc_setup()
1346 PMC_FILL_TABLE(&parent_hws[4], tmp_parent_hws, in sama7d65_pmc_setup()
H A Dsam9x7.c917 PMC_FILL_TABLE(&mux_table[4], sam9x7_gck[i].pp_mux_table, in sam9x7_pmc_setup()
919 PMC_FILL_TABLE(&parent_names[4], sam9x7_gck[i].pp, in sam9x7_pmc_setup()
H A Dpmc.h130 #define PMC_FILL_TABLE(_to, _from, _count) \ macro