Searched refs:corediv (Results 1 – 5 of 5) sorted by relevance
81 struct clk_corediv *corediv = to_corediv_clk(hwclk); in clk_corediv_is_enabled() local 82 const struct clk_corediv_soc_desc *soc_desc = corediv->soc_desc; in clk_corediv_is_enabled() 83 const struct clk_corediv_desc *desc = corediv->desc; in clk_corediv_is_enabled() 86 return !!(readl(corediv->reg) & enable_mask); in clk_corediv_is_enabled() 91 struct clk_corediv *corediv = to_corediv_clk(hwclk); in clk_corediv_enable() local 92 const struct clk_corediv_soc_desc *soc_desc = corediv->soc_desc; in clk_corediv_enable() 93 const struct clk_corediv_desc *desc = corediv->desc; in clk_corediv_enable() 97 spin_lock_irqsave(&corediv->lock, flags); in clk_corediv_enable() 99 reg = readl(corediv->reg); in clk_corediv_enable() 101 writel(reg, corediv in clk_corediv_enable() 110 struct clk_corediv *corediv = to_corediv_clk(hwclk); clk_corediv_disable() local 128 struct clk_corediv *corediv = to_corediv_clk(hwclk); clk_corediv_recalc_rate() local 156 struct clk_corediv *corediv = to_corediv_clk(hwclk); clk_corediv_set_rate() local 255 struct clk_corediv *corediv; mvebu_corediv_clk_init() local [all...]
4 obj-$(CONFIG_MVEBU_CLK_COREDIV) += clk-corediv.o
165 corediv-clock@18740 {240 dfx_coredivclk: corediv-clock@f8268 {241 compatible = "marvell,mv98dx3236-corediv-clock";
154 coredivclk: corediv-clock@18740 {155 compatible = "marvell,armada-370-corediv-clock";
599 compatible = "marvell,armada-380-corediv-clock";