Home
last modified time | relevance | path

Searched refs:pow2_fixed_div (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/spi/
H A Dspi-meson-spicc.c627 struct clk_fixed_factor *pow2_fixed_div; in meson_spicc_pow2_clk_init() local
640 pow2_fixed_div = devm_kzalloc(dev, sizeof(*pow2_fixed_div), GFP_KERNEL); in meson_spicc_pow2_clk_init()
641 if (!pow2_fixed_div) in meson_spicc_pow2_clk_init()
654 pow2_fixed_div->mult = 1, in meson_spicc_pow2_clk_init()
655 pow2_fixed_div->div = 4, in meson_spicc_pow2_clk_init()
656 pow2_fixed_div->hw.init = &init; in meson_spicc_pow2_clk_init()
658 clk = devm_clk_register(dev, &pow2_fixed_div->hw); in meson_spicc_pow2_clk_init()
670 parent_data[0].hw = &pow2_fixed_div->hw; in meson_spicc_pow2_clk_init()