Searched refs:pow2_fixed_div (Results 1 – 1 of 1) sorted by relevance
597 struct clk_fixed_factor *pow2_fixed_div; in meson_spicc_pow2_clk_init() local610 pow2_fixed_div = devm_kzalloc(dev, sizeof(*pow2_fixed_div), GFP_KERNEL); in meson_spicc_pow2_clk_init()611 if (!pow2_fixed_div) in meson_spicc_pow2_clk_init()624 pow2_fixed_div->mult = 1, in meson_spicc_pow2_clk_init()625 pow2_fixed_div->div = 4, in meson_spicc_pow2_clk_init()626 pow2_fixed_div->hw.init = &init; in meson_spicc_pow2_clk_init()628 clk = devm_clk_register(dev, &pow2_fixed_div->hw); in meson_spicc_pow2_clk_init()640 parent_data[0].hw = &pow2_fixed_div->hw; in meson_spicc_pow2_clk_init()