Lines Matching defs:enh_div
690 struct clk_divider *enh_div;
726 enh_div = devm_kzalloc(dev, sizeof(*enh_div), GFP_KERNEL);
727 if (!enh_div)
730 snprintf(name, sizeof(name), "%s#enh_div", dev_name(dev));
737 enh_div->shift = 16,
738 enh_div->width = 8,
739 enh_div->reg = spicc->base + SPICC_ENH_CTL0;
740 enh_div->hw.init = &init;
742 clk = devm_clk_register(dev, &enh_div->hw);
754 parent_data[1].hw = &enh_div->hw;