Lines Matching defs:enh_div
642 struct clk_divider *enh_div;
678 enh_div = devm_kzalloc(dev, sizeof(*enh_div), GFP_KERNEL);
679 if (!enh_div)
682 snprintf(name, sizeof(name), "%s#enh_div", dev_name(dev));
689 enh_div->shift = 16,
690 enh_div->width = 8,
691 enh_div->reg = spicc->base + SPICC_ENH_CTL0;
692 enh_div->hw.init = &init;
694 clk = devm_clk_register(dev, &enh_div->hw);
706 parent_data[1].hw = &enh_div->hw;