Home
last modified time | relevance | path

Searched +full:r8a77980 +full:- +full:pcie +full:- +full:phy (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/phy/ !
Drenesas,rcar-gen3-pcie-phy.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/phy/renesas,rcar-gen3-pcie-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas R-Car Generation 3 PCIe PHY
10 - Sergei Shtylyov <sergei.shtylyov@gmail.com>
14 const: renesas,r8a77980-pcie-phy
22 power-domains:
28 '#phy-cells':
32 - compatible
[all …]
/linux-6.12.1/drivers/phy/renesas/ !
Dphy-rcar-gen3-pcie.c1 // SPDX-License-Identifier: GPL-2.0
3 * Renesas R-Car Gen3 PCIe PHY driver
12 #include <linux/phy/phy.h>
16 #define PHY_CTRL 0x4000 /* R8A77980 only */
18 /* PHY control register (PHY_CTRL) */
22 struct phy *phy; member
27 static void rcar_gen3_phy_pcie_modify_reg(struct phy *p, unsigned int reg, in rcar_gen3_phy_pcie_modify_reg()
30 struct rcar_gen3_phy *phy = phy_get_drvdata(p); in rcar_gen3_phy_pcie_modify_reg() local
31 void __iomem *base = phy->base; in rcar_gen3_phy_pcie_modify_reg()
35 spin_lock_irqsave(&phy->lock, flags); in rcar_gen3_phy_pcie_modify_reg()
[all …]
/linux-6.12.1/arch/arm64/boot/dts/renesas/ !
Dr8a77980.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree Source for the R-Car V3H (R8A77980) SoC
9 #include <dt-bindings/clock/r8a77980-cpg-mssr.h>
10 #include <dt-bindings/interrupt-controller/irq.h>
11 #include <dt-bindings/interrupt-controller/arm-gic.h>
12 #include <dt-bindings/power/r8a77980-sysc.h>
15 compatible = "renesas,r8a77980";
16 #address-cells = <2>;
17 #size-cells = <2>;
19 /* External CAN clock - to be overridden by boards that provide it */
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/pci/ !
Drcar-pci-host.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/pci/rcar-pci-host.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Renesas R-Car PCIe Host
11 - Marek Vasut <marek.vasut+renesas@gmail.com>
12 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
15 - $ref: /schemas/pci/pci-host-bridge.yaml#
20 - const: renesas,pcie-r8a7779 # R-Car H1
21 - items:
[all …]