Searched defs:div_hw (Results 1 – 10 of 10) 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() 39 const struct owl_divider_hw *div_hw, in owl_divider_helper_recalc_rate() 65 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 160 struct clk_hw *div_hw = &super->frac_div.hw; in clk_super_recalc_rate() local 171 struct clk_hw *div_hw = &super->frac_div.hw; in clk_super_set_rate() local 181 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 65 struct clk_hw *div_hw = &periph->divider.hw; in clk_periph_set_rate() local 116 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_determine_rate() local 641 struct bm1880_div_hw_clock *div_hw = to_bm1880_div_clk(hw); in bm1880_clk_div_set_rate() local 766 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/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/nxp/ |
| H A D | clk-lpc32xx.c | 1440 struct clk_hw *mux_hw = NULL, *div_hw = NULL, *gate_hw = NULL; in lpc32xx_clk_register() 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
|