Lines Matching defs:config
444 struct mmp_clk_mix_config *config,
462 memcpy(&mix->reg_info, &config->reg_info, sizeof(config->reg_info));
463 if (config->table) {
464 table_bytes = sizeof(*config->table) * config->table_size;
465 mix->table = kmemdup(config->table, table_bytes, GFP_KERNEL);
469 mix->table_size = config->table_size;
472 if (config->mux_table) {
474 mix->mux_table = kmemdup(config->mux_table, table_bytes,
482 mix->div_flags = config->div_flags;
483 mix->mux_flags = config->mux_flags;
487 if (config->reg_info.bit_fc >= 32)
489 else if (config->reg_info.reg_clk_sel)