Home
last modified time | relevance | path

Searched refs:corediv (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/clk/mvebu/
Dclk-corediv.c78 struct clk_corediv *corediv = to_corediv_clk(hwclk); in clk_corediv_is_enabled() local
79 const struct clk_corediv_soc_desc *soc_desc = corediv->soc_desc; in clk_corediv_is_enabled()
80 const struct clk_corediv_desc *desc = corediv->desc; in clk_corediv_is_enabled()
83 return !!(readl(corediv->reg) & enable_mask); in clk_corediv_is_enabled()
88 struct clk_corediv *corediv = to_corediv_clk(hwclk); in clk_corediv_enable() local
89 const struct clk_corediv_soc_desc *soc_desc = corediv->soc_desc; in clk_corediv_enable()
90 const struct clk_corediv_desc *desc = corediv->desc; in clk_corediv_enable()
94 spin_lock_irqsave(&corediv->lock, flags); in clk_corediv_enable()
96 reg = readl(corediv->reg); in clk_corediv_enable()
98 writel(reg, corediv->reg); in clk_corediv_enable()
[all …]
DMakefile3 obj-$(CONFIG_MVEBU_CLK_COREDIV) += clk-corediv.o
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dmvebu-corediv-clock.txt7 - compatible : must be "marvell,armada-370-corediv-clock",
8 "marvell,armada-375-corediv-clock",
9 "marvell,armada-380-corediv-clock",
17 corediv_clk: corediv-clocks@18740 {
18 compatible = "marvell,armada-370-corediv-clock";
/linux-4.4.14/arch/arm/boot/dts/
Darmada-370-xp.dtsi215 coredivclk: corediv-clock@18740 {
216 compatible = "marvell,armada-370-corediv-clock";
Darmada-39x.dtsi391 compatible = "marvell,armada-390-corediv-clock",
392 "marvell,armada-380-corediv-clock";
Darmada-375.dtsi574 coredivclk: corediv-clock@e8250 {
575 compatible = "marvell,armada-375-corediv-clock";
Darmada-38x.dtsi552 compatible = "marvell,armada-380-corediv-clock";