Lines Matching refs:mux_table
932 u32 *mux_table; in sama7g5_pmc_setup() local
934 mux_table = kmalloc_array(num_parents, sizeof(*mux_table), in sama7g5_pmc_setup()
936 if (!mux_table) in sama7g5_pmc_setup()
939 SAMA7G5_INIT_TABLE(mux_table, 4); in sama7g5_pmc_setup()
940 SAMA7G5_FILL_TABLE(&mux_table[4], sama7g5_mckx[i].ep_mux_table, in sama7g5_pmc_setup()
946 num_parents, parent_names, mux_table, in sama7g5_pmc_setup()
953 alloc_mem[alloc_mem_size++] = mux_table; in sama7g5_pmc_setup()
1018 u32 *mux_table; in sama7g5_pmc_setup() local
1020 mux_table = kmalloc_array(num_parents, sizeof(*mux_table), in sama7g5_pmc_setup()
1022 if (!mux_table) in sama7g5_pmc_setup()
1025 SAMA7G5_INIT_TABLE(mux_table, 4); in sama7g5_pmc_setup()
1026 SAMA7G5_FILL_TABLE(&mux_table[4], sama7g5_gck[i].pp_mux_table, in sama7g5_pmc_setup()
1034 parent_names, mux_table, in sama7g5_pmc_setup()
1043 alloc_mem[alloc_mem_size++] = mux_table; in sama7g5_pmc_setup()