Searched refs:corediv (Results 1 – 7 of 7) sorted by relevance
| /linux-4.4.14/drivers/clk/mvebu/ |
| D | clk-corediv.c | 78 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 …]
|
| D | Makefile | 3 obj-$(CONFIG_MVEBU_CLK_COREDIV) += clk-corediv.o
|
| /linux-4.4.14/Documentation/devicetree/bindings/clock/ |
| D | mvebu-corediv-clock.txt | 7 - 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/ |
| D | armada-370-xp.dtsi | 215 coredivclk: corediv-clock@18740 { 216 compatible = "marvell,armada-370-corediv-clock";
|
| D | armada-39x.dtsi | 391 compatible = "marvell,armada-390-corediv-clock", 392 "marvell,armada-380-corediv-clock";
|
| D | armada-375.dtsi | 574 coredivclk: corediv-clock@e8250 { 575 compatible = "marvell,armada-375-corediv-clock";
|
| D | armada-38x.dtsi | 552 compatible = "marvell,armada-380-corediv-clock";
|