Searched refs:corediv (Results 1 – 7 of 7) sorted by relevance
81 struct clk_corediv *corediv = to_corediv_clk(hwclk); in clk_corediv_is_enabled() local82 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() local92 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->reg); in clk_corediv_enable()[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";
389 compatible = "marvell,armada-390-corediv-clock",390 "marvell,armada-380-corediv-clock";
540 coredivclk: corediv-clock@e8250 {541 compatible = "marvell,armada-375-corediv-clock";
599 compatible = "marvell,armada-380-corediv-clock";