Home
last modified time | relevance | path

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

/linux/drivers/spi/
A Dspi-meson-spicc.c526 struct clk_fixed_factor *pow2_fixed_div, *enh_fixed_div; in meson_spicc_clk_init() local
541 pow2_fixed_div = devm_kzalloc(dev, sizeof(*pow2_fixed_div), GFP_KERNEL); in meson_spicc_clk_init()
542 if (!pow2_fixed_div) in meson_spicc_clk_init()
555 pow2_fixed_div->mult = 1, in meson_spicc_clk_init()
556 pow2_fixed_div->div = 4, in meson_spicc_clk_init()
557 pow2_fixed_div->hw.init = &init; in meson_spicc_clk_init()
559 clk = devm_clk_register(dev, &pow2_fixed_div->hw); in meson_spicc_clk_init()
571 parent_data[0].hw = &pow2_fixed_div->hw; in meson_spicc_clk_init()

Completed in 5 milliseconds