Searched defs:div_hw (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/clk/actions/ |
H A D | owl-divider.c | 17 const struct owl_divider_hw *div_hw, in owl_divider_helper_round_rate() 36 const struct owl_divider_hw *div_hw, in owl_divider_helper_recalc_rate() 62 const struct owl_divider_hw *div_hw, in owl_divider_helper_set_rate()
|
H A D | owl-divider.h | 25 struct owl_divider_hw div_hw; member
|
H A D | owl-composite.h | 22 struct owl_divider_hw div_hw; member
|
/linux/drivers/clk/tegra/ |
H A D | clk-super.c | 149 struct clk_hw *div_hw = &super->frac_div.hw; in clk_super_determine_rate() local 167 struct clk_hw *div_hw = &super->frac_div.hw; in clk_super_recalc_rate() local 178 struct clk_hw *div_hw = &super->frac_div.hw; in clk_super_set_rate() local 188 struct clk_hw *div_hw = &super->frac_div.hw; in clk_super_restore_context() local
|
H A D | clk-periph.c | 41 struct clk_hw *div_hw = &periph->divider.hw; in clk_periph_recalc_rate() local 53 struct clk_hw *div_hw = &periph->divider.hw; in clk_periph_determine_rate() local 71 struct clk_hw *div_hw = &periph->divider.hw; in clk_periph_set_rate() local 122 struct clk_hw *div_hw = &periph->divider.hw; in clk_periph_restore_context() local
|
/linux/drivers/clk/ |
H A D | clk-bm1880.c | 592 struct bm1880_div_hw_clock *div_hw = to_bm1880_div_clk(hw); in bm1880_clk_div_recalc_rate() local 614 struct bm1880_div_hw_clock *div_hw = to_bm1880_div_clk(hw); in bm1880_clk_div_round_rate() local 636 struct bm1880_div_hw_clock *div_hw = to_bm1880_div_clk(hw); in bm1880_clk_div_set_rate() local 761 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *div_hw = NULL; in bm1880_clk_register_composite() local
|
H A D | clk-stm32h7.c | 351 struct clk_hw *div_hw; member 368 struct clk_hw *div_hw; in get_cfg_composite_div() local
|
/linux/drivers/clk/nxp/ |
H A D | clk-lpc18xx-ccu.c | 208 struct clk_hw *div_hw = NULL; in lpc18xx_ccu_register_branch_gate_div() local
|
H A D | clk-lpc32xx.c | 1434 struct clk_hw *mux_hw = NULL, *div_hw = NULL, *gate_hw = NULL; in lpc32xx_clk_register() local
|
/linux/drivers/clk/imx/ |
H A D | clk-composite-93.c | 196 struct clk_hw *div_hw, *gate_hw; in imx93_clk_composite_flags() local
|
H A D | clk-composite-8m.c | 242 struct clk_hw *div_hw, *gate_hw = NULL; in __imx8m_clk_hw_composite() local
|
/linux/drivers/clk/mediatek/ |
H A D | clk-mtk.c | 225 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *div_hw = NULL; in mtk_clk_register_composite() local
|
/linux/drivers/clk/stm32/ |
H A D | clk-stm32mp1.c | 633 struct clk_hw *mux_hw, *div_hw, *gate_hw; in clk_stm32_register_composite() local
|