Searched +full:r8a779f0 +full:- +full:ether +full:- +full:serdes (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/phy/ |
H A D | renesas,r8a779f0-ether-serdes.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/renesas,r8a779f0-ether-serdes.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Renesas Ethernet SERDES 10 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> 14 const: renesas,r8a779f0-ether-serdes 25 power-domains: 28 '#phy-cells': 29 description: Port number of SERDES. [all …]
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | renesas,r8a779f0-ether-switch.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/renesas,r8a779f0-ether-switch.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> 14 const: renesas,r8a779f0-ether-switch 19 reg-names: 21 - const: base 22 - const: secure_base 27 interrupt-names: [all …]
|
/linux/drivers/phy/renesas/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 obj-$(CONFIG_PHY_R8A779F0_ETHERNET_SERDES) += r8a779f0-ether-serdes.o 3 obj-$(CONFIG_PHY_RCAR_GEN2) += phy-rcar-gen2.o 4 obj-$(CONFIG_PHY_RCAR_GEN3_PCIE) += phy-rcar-gen3-pcie.o 5 obj-$(CONFIG_PHY_RCAR_GEN3_USB2) += phy-rcar-gen3-usb2.o 6 obj-$(CONFIG_PHY_RCAR_GEN3_USB3) += phy-rcar-gen3-usb3.o
|
/linux/drivers/clk/renesas/ |
H A D | r8a779f0-cpg-mssr.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * r8a779f0 Clock Pulse Generator / Module Standby and Software Reset 7 * Based on r8a779a0-cpg-mssr.c 12 #include <linux/clk-provider.h> 16 #include <linux/soc/renesas/rcar-rst.h> 18 #include <dt-bindings/clock/r8a779f0-cpg-mssr.h> 20 #include "renesas-cpg-mssr.h" 21 #include "rcar-gen4-cpg.h" 152 DEF_MOD("sys-dmac0", 709, R8A779F0_CLK_S0D3_PER), 153 DEF_MOD("sys-dmac1", 710, R8A779F0_CLK_S0D3_PER), [all …]
|
/linux/drivers/net/ethernet/renesas/ |
H A D | rswitch.c | 1 // SPDX-License-Identifier: GPL-2.0 8 #include <linux/dma-mapping.h> 45 iowrite32(RRC_RR, priv->addr + RRC); in rswitch_reset() 46 iowrite32(RRC_RR_CLR, priv->addr + RRC); in rswitch_reset() 51 iowrite32(RCEC_ACE_DEFAULT | RCEC_RCE, priv->addr + RCEC); in rswitch_clock_enable() 56 iowrite32(RCDC_RCD, priv->addr + RCDC); in rswitch_clock_disable() 88 val = ioread32(priv->addr + CABPIRM); in rswitch_bpool_config() 92 iowrite32(CABPIRM_BPIOG, priv->addr + CABPIRM); in rswitch_bpool_config() 94 return rswitch_reg_wait(priv->addr, CABPIRM, CABPIRM_BPR, CABPIRM_BPR); in rswitch_bpool_config() 99 iowrite32(CABPPFLC_INIT_VALUE, priv->addr + CABPPFLC0); in rswitch_coma_init() [all …]
|