Lines Matching refs:mux_table
1011 u32 *mux_table; in sama7g5_pmc_setup() local
1013 mux_table = kmalloc_array(num_parents, sizeof(*mux_table), in sama7g5_pmc_setup()
1015 if (!mux_table) in sama7g5_pmc_setup()
1018 SAMA7G5_INIT_TABLE(mux_table, 3); in sama7g5_pmc_setup()
1019 SAMA7G5_FILL_TABLE(&mux_table[3], sama7g5_mckx[i].ep_mux_table, in sama7g5_pmc_setup()
1025 num_parents, parent_names, mux_table, in sama7g5_pmc_setup()
1032 alloc_mem[alloc_mem_size++] = mux_table; in sama7g5_pmc_setup()
1098 u32 *mux_table; in sama7g5_pmc_setup() local
1100 mux_table = kmalloc_array(num_parents, sizeof(*mux_table), in sama7g5_pmc_setup()
1102 if (!mux_table) in sama7g5_pmc_setup()
1105 SAMA7G5_INIT_TABLE(mux_table, 3); in sama7g5_pmc_setup()
1106 SAMA7G5_FILL_TABLE(&mux_table[3], sama7g5_gck[i].pp_mux_table, in sama7g5_pmc_setup()
1114 parent_names, mux_table, in sama7g5_pmc_setup()
1123 alloc_mem[alloc_mem_size++] = mux_table; in sama7g5_pmc_setup()