Searched refs:pow2_fixed_div (Results 1 – 1 of 1) sorted by relevance
629 struct clk_fixed_factor *pow2_fixed_div; in meson_spicc_pow2_clk_init() local642 pow2_fixed_div = devm_kzalloc(dev, sizeof(*pow2_fixed_div), GFP_KERNEL); in meson_spicc_pow2_clk_init()643 if (!pow2_fixed_div) in meson_spicc_pow2_clk_init()658 pow2_fixed_div->mult = 1; in meson_spicc_pow2_clk_init()659 pow2_fixed_div->div = 4; in meson_spicc_pow2_clk_init()660 pow2_fixed_div->hw.init = &init; in meson_spicc_pow2_clk_init()662 clk = devm_clk_register(dev, &pow2_fixed_div->hw); in meson_spicc_pow2_clk_init()674 parent_data[0].hw = &pow2_fixed_div->hw; in meson_spicc_pow2_clk_init()