Lines Matching refs:mux_table
1007 u32 *mux_table; in sama7g5_pmc_setup() local
1009 mux_table = kmalloc_array(num_parents, sizeof(*mux_table), in sama7g5_pmc_setup()
1011 if (!mux_table) in sama7g5_pmc_setup()
1014 SAMA7G5_INIT_TABLE(mux_table, 3); in sama7g5_pmc_setup()
1015 SAMA7G5_FILL_TABLE(&mux_table[3], sama7g5_mckx[i].ep_mux_table, in sama7g5_pmc_setup()
1021 num_parents, parent_names, mux_table, in sama7g5_pmc_setup()
1028 alloc_mem[alloc_mem_size++] = mux_table; in sama7g5_pmc_setup()
1091 u32 *mux_table; in sama7g5_pmc_setup() local
1093 mux_table = kmalloc_array(num_parents, sizeof(*mux_table), in sama7g5_pmc_setup()
1095 if (!mux_table) in sama7g5_pmc_setup()
1098 SAMA7G5_INIT_TABLE(mux_table, 3); in sama7g5_pmc_setup()
1099 SAMA7G5_FILL_TABLE(&mux_table[3], sama7g5_gck[i].pp_mux_table, in sama7g5_pmc_setup()
1107 parent_names, mux_table, in sama7g5_pmc_setup()
1116 alloc_mem[alloc_mem_size++] = mux_table; in sama7g5_pmc_setup()