Lines Matching refs:mux_table
1108 u32 *mux_table; in sama7g5_pmc_setup() local
1110 mux_table = kmalloc_array(num_parents, sizeof(*mux_table), in sama7g5_pmc_setup()
1112 if (!mux_table) in sama7g5_pmc_setup()
1115 SAMA7G5_INIT_TABLE(mux_table, 3); in sama7g5_pmc_setup()
1116 SAMA7G5_FILL_TABLE(&mux_table[3], sama7g5_mckx[i].ep_mux_table, in sama7g5_pmc_setup()
1128 num_parents, NULL, parent_hws, mux_table, in sama7g5_pmc_setup()
1135 alloc_mem[alloc_mem_size++] = mux_table; in sama7g5_pmc_setup()
1204 u32 *mux_table; in sama7g5_pmc_setup() local
1206 mux_table = kmalloc_array(num_parents, sizeof(*mux_table), in sama7g5_pmc_setup()
1208 if (!mux_table) in sama7g5_pmc_setup()
1211 SAMA7G5_INIT_TABLE(mux_table, 3); in sama7g5_pmc_setup()
1212 SAMA7G5_FILL_TABLE(&mux_table[3], sama7g5_gck[i].pp_mux_table, in sama7g5_pmc_setup()
1226 parent_hws, mux_table, in sama7g5_pmc_setup()
1235 alloc_mem[alloc_mem_size++] = mux_table; in sama7g5_pmc_setup()