/linux/drivers/clk/actions/ |
A D | owl-gate.c | 17 const struct owl_gate_hw *gate_hw, bool enable) in owl_gate_set() argument 24 regmap_read(common->regmap, gate_hw->reg, ®); in owl_gate_set() 27 reg |= BIT(gate_hw->bit_idx); in owl_gate_set() 29 reg &= ~BIT(gate_hw->bit_idx); in owl_gate_set() 31 regmap_write(common->regmap, gate_hw->reg, reg); in owl_gate_set() 39 owl_gate_set(common, &gate->gate_hw, false); in owl_gate_disable() 47 owl_gate_set(common, &gate->gate_hw, true); in owl_gate_enable() 53 const struct owl_gate_hw *gate_hw) in owl_gate_clk_is_enabled() argument 57 regmap_read(common->regmap, gate_hw->reg, ®); in owl_gate_clk_is_enabled() 60 reg ^= BIT(gate_hw->bit_idx); in owl_gate_clk_is_enabled() [all …]
|
A D | owl-composite.h | 29 struct owl_gate_hw gate_hw; member 41 .gate_hw = _gate, \ 55 .gate_hw = _gate, \ 70 .gate_hw = _gate, \ 84 .gate_hw = _gate, \ 101 .gate_hw = _gate, \
|
A D | owl-gate.h | 23 struct owl_gate_hw gate_hw; member 37 .gate_hw = OWL_GATE_HW(_reg, _bit_idx, _gate_flags), \ 50 .gate_hw = OWL_GATE_HW(_reg, _bit_idx, _gate_flags), \ 67 const struct owl_gate_hw *gate_hw, bool enable); 69 const struct owl_gate_hw *gate_hw);
|
A D | owl-composite.c | 35 owl_gate_set(common, &comp->gate_hw, false); in owl_comp_disable() 43 owl_gate_set(common, &comp->gate_hw, true); in owl_comp_enable() 53 return owl_gate_clk_is_enabled(common, &comp->gate_hw); in owl_comp_is_enabled()
|
/linux/drivers/clk/ |
A D | clk-composite.c | 203 struct clk_hw *gate_hw = composite->gate_hw; in clk_composite_is_enabled() local 205 __clk_hw_set_clk(gate_hw, hw); in clk_composite_is_enabled() 214 struct clk_hw *gate_hw = composite->gate_hw; in clk_composite_enable() local 216 __clk_hw_set_clk(gate_hw, hw); in clk_composite_enable() 225 struct clk_hw *gate_hw = composite->gate_hw; in clk_composite_disable() local 227 __clk_hw_set_clk(gate_hw, hw); in clk_composite_disable() 229 gate_ops->disable(gate_hw); in clk_composite_disable() 310 if (gate_hw && gate_ops) { in __clk_hw_register_composite() 317 composite->gate_hw = gate_hw; in __clk_hw_register_composite() 339 if (composite->gate_hw) in __clk_hw_register_composite() [all …]
|
A D | clk-stm32h7.c | 352 struct clk_hw *gate_hw; member 369 struct clk_hw *gate_hw; in get_cfg_composite_div() local 372 mux_hw = div_hw = gate_hw = NULL; in get_cfg_composite_div() 406 gate_hw = &gate->hw; in get_cfg_composite_div() 418 composite->gate_hw = gate_hw; in get_cfg_composite_div() 1328 c_cfg.gate_hw, c_cfg.gate_ops, in stm32h7_rcc_init() 1351 c_cfg.gate_hw, c_cfg.gate_ops, in stm32h7_rcc_init() 1366 c_cfg.gate_hw, c_cfg.gate_ops, in stm32h7_rcc_init() 1380 c_cfg.gate_hw, c_cfg.gate_ops, in stm32h7_rcc_init()
|
A D | clk-stm32mp1.c | 542 struct clk_hw *gate_hw; in _get_stm32_gate() local 557 gate_hw = &mgate->gate.hw; in _get_stm32_gate() 569 gate_hw = &gate->hw; in _get_stm32_gate() 572 return gate_hw; in _get_stm32_gate() 619 struct clk_hw *mux_hw, *div_hw, *gate_hw; in clk_stm32_register_composite() local 623 gate_hw = NULL; in clk_stm32_register_composite() 651 gate_hw = _get_stm32_gate(dev, base, cfg->gate, lock); in clk_stm32_register_composite() 653 if (!IS_ERR(gate_hw)) { in clk_stm32_register_composite() 663 gate_hw, gate_ops, flags); in clk_stm32_register_composite()
|
A D | clk-bm1880.c | 777 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *div_hw = NULL; in bm1880_clk_register_composite() local 815 gate_hw = &gate->hw; in bm1880_clk_register_composite() 842 div_ops, gate_hw, gate_ops, in bm1880_clk_register_composite()
|
A D | clk-stm32f4.c | 1635 struct clk_hw *mux_hw = NULL, *gate_hw = NULL; in stm32_register_aux_clk() local 1649 gate_hw = &gate->hw; in stm32_register_aux_clk() 1668 if (mux_hw == NULL && gate_hw == NULL) { in stm32_register_aux_clk() 1676 gate_hw, gate_ops, in stm32_register_aux_clk()
|
/linux/drivers/clk/tegra/ |
A D | clk-periph.c | 76 struct clk_hw *gate_hw = &periph->gate.hw; in clk_periph_is_enabled() local 78 __clk_hw_set_clk(gate_hw, hw); in clk_periph_is_enabled() 80 return gate_ops->is_enabled(gate_hw); in clk_periph_is_enabled() 87 struct clk_hw *gate_hw = &periph->gate.hw; in clk_periph_enable() local 89 __clk_hw_set_clk(gate_hw, hw); in clk_periph_enable() 91 return gate_ops->enable(gate_hw); in clk_periph_enable() 98 struct clk_hw *gate_hw = &periph->gate.hw; in clk_periph_disable() local 100 gate_ops->disable(gate_hw); in clk_periph_disable() 107 struct clk_hw *gate_hw = &periph->gate.hw; in clk_periph_disable_unused() local 109 gate_ops->disable_unused(gate_hw); in clk_periph_disable_unused()
|
A D | clk-sdmmc-mux.c | 170 struct clk_hw *gate_hw = &sdmmc_mux->gate.hw; in clk_sdmmc_mux_is_enabled() local 172 __clk_hw_set_clk(gate_hw, hw); in clk_sdmmc_mux_is_enabled() 174 return gate_ops->is_enabled(gate_hw); in clk_sdmmc_mux_is_enabled() 181 struct clk_hw *gate_hw = &sdmmc_mux->gate.hw; in clk_sdmmc_mux_enable() local 183 __clk_hw_set_clk(gate_hw, hw); in clk_sdmmc_mux_enable() 185 return gate_ops->enable(gate_hw); in clk_sdmmc_mux_enable() 192 struct clk_hw *gate_hw = &sdmmc_mux->gate.hw; in clk_sdmmc_mux_disable() local 194 gate_ops->disable(gate_hw); in clk_sdmmc_mux_disable() 201 struct clk_hw *gate_hw = &sdmmc_mux->gate.hw; in clk_sdmmc_mux_disable_unused() local 203 gate_ops->disable_unused(gate_hw); in clk_sdmmc_mux_disable_unused()
|
/linux/drivers/clk/mvebu/ |
A D | armada-37xx-periph.c | 99 struct clk_hw *gate_hw; member 205 .gate_hw = &gate_##_name.hw, \ 215 .gate_hw = &gate_##_name.hw, \ 224 .gate_hw = &gate_##_name.hw, \ 231 .gate_hw = &gate_##_name.hw, \ 622 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *rate_hw = NULL; in armada_3700_add_composite_clk() local 634 if (data->gate_hw) { in armada_3700_add_composite_clk() 637 gate_hw = data->gate_hw; in armada_3700_add_composite_clk() 638 gate = to_clk_gate(gate_hw); in armada_3700_add_composite_clk() 640 gate_ops = gate_hw->init->ops; in armada_3700_add_composite_clk() [all …]
|
/linux/drivers/clk/imx/ |
A D | clk-composite-7ulp.c | 76 struct clk_hw *mux_hw = NULL, *fd_hw = NULL, *gate_hw = NULL; in imx_ulp_clk_hw_composite() local 121 gate_hw = &gate->hw; in imx_ulp_clk_hw_composite() 142 &clk_fractional_divider_ops, gate_hw, in imx_ulp_clk_hw_composite()
|
A D | clk-composite-8m.c | 181 struct clk_hw *div_hw, *gate_hw; in __imx8m_clk_hw_composite() local 230 gate_hw = &gate->hw; in __imx8m_clk_hw_composite() 237 divider_ops, gate_hw, &clk_gate_ops, flags); in __imx8m_clk_hw_composite()
|
/linux/drivers/clk/ti/ |
A D | adpll.c | 544 struct clk_hw *gate_hw = &co->gate.hw; in ti_adpll_clkout_enable() local 546 __clk_hw_set_clk(gate_hw, hw); in ti_adpll_clkout_enable() 548 return clk_gate_ops.enable(gate_hw); in ti_adpll_clkout_enable() 554 struct clk_hw *gate_hw = &co->gate.hw; in ti_adpll_clkout_disable() local 556 __clk_hw_set_clk(gate_hw, hw); in ti_adpll_clkout_disable() 557 clk_gate_ops.disable(gate_hw); in ti_adpll_clkout_disable() 563 struct clk_hw *gate_hw = &co->gate.hw; in ti_adpll_clkout_is_enabled() local 565 __clk_hw_set_clk(gate_hw, hw); in ti_adpll_clkout_is_enabled() 567 return clk_gate_ops.is_enabled(gate_hw); in ti_adpll_clkout_is_enabled()
|
/linux/drivers/clk/sunxi/ |
A D | clk-factors.c | 185 struct clk_hw *gate_hw = NULL; in __sunxi_factors_register() local 226 gate_hw = &gate->hw; in __sunxi_factors_register() 249 gate_hw, &clk_gate_ops, CLK_IS_CRITICAL); in __sunxi_factors_register()
|
A D | clk-sunxi.c | 950 struct clk_hw *gate_hw, *rate_hw; in sunxi_divs_clk_setup() local 1030 gate_hw = NULL; in sunxi_divs_clk_setup() 1044 gate_hw = &gate->hw; in sunxi_divs_clk_setup() 1081 gate_hw, &clk_gate_ops, in sunxi_divs_clk_setup()
|
/linux/drivers/clk/mediatek/ |
A D | clk-mtk.c | 171 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *div_hw = NULL; in mtk_clk_register_composite() local 211 gate_hw = &gate->hw; in mtk_clk_register_composite() 234 gate_hw, gate_ops, in mtk_clk_register_composite()
|
/linux/include/linux/ |
A D | clk-provider.h | 1101 struct clk_hw *gate_hw; member 1114 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, 1120 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, 1127 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, 1134 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, 1141 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
|
/linux/drivers/clk/nxp/ |
A D | clk-lpc32xx.c | 1434 struct clk_hw *mux_hw = NULL, *div_hw = NULL, *gate_hw = NULL; in lpc32xx_clk_register() local 1451 gate_hw = &gate0->clk.hw; in lpc32xx_clk_register() 1457 gate_hw, gops, lpc32xx_clk->flags); in lpc32xx_clk_register()
|