Home
last modified time | relevance | path

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

/linux/drivers/clk/at91/
H A Dsama7g5.c1109 PMC_FILL_TABLE(&mux_table[3], sama7g5_mckx[i].ep_mux_table, in sama7g5_pmc_setup()
1117 PMC_FILL_TABLE(&parent_hws[3], tmp_parent_hws, in sama7g5_pmc_setup()
1205 PMC_FILL_TABLE(&mux_table[3], sama7g5_gck[i].pp_mux_table, in sama7g5_pmc_setup()
1213 PMC_FILL_TABLE(&parent_hws[3], tmp_parent_hws, in sama7g5_pmc_setup()
H A Dsam9x7.c911 PMC_FILL_TABLE(&mux_table[4], sam9x7_gck[i].pp_mux_table, in sam9x7_pmc_setup()
913 PMC_FILL_TABLE(&parent_names[4], sam9x7_gck[i].pp, in sam9x7_pmc_setup()
H A Dpmc.h132 #define PMC_FILL_TABLE(_to, _from, _count) \ macro