Lines Matching defs:config
447 struct mmp_clk_mix_config *config,
465 memcpy(&mix->reg_info, &config->reg_info, sizeof(config->reg_info));
466 if (config->table) {
467 table_bytes = sizeof(*config->table) * config->table_size;
468 mix->table = kmemdup(config->table, table_bytes, GFP_KERNEL);
472 mix->table_size = config->table_size;
475 if (config->mux_table) {
477 mix->mux_table = kmemdup(config->mux_table, table_bytes,
485 mix->div_flags = config->div_flags;
486 mix->mux_flags = config->mux_flags;
490 if (config->reg_info.bit_fc >= 32)
492 else if (config->reg_info.reg_clk_sel)