Searched +full:r8a779f0 +full:- +full:ether +full:- +full:switch (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
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# 7 title: Renesas Ethernet Switch 10 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> 14 const: renesas,r8a779f0-ether-switch 19 reg-names: 21 - const: base 22 - const: secure_base [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/renesas/ |
D | r8a779f0.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 3 * Device Tree Source for the R-Car S4-8 (R8A779F0) SoC 8 #include <dt-bindings/clock/r8a779f0-cpg-mssr.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/power/r8a779f0-sysc.h> 13 compatible = "renesas,r8a779f0"; 14 #address-cells = <2>; 15 #size-cells = <2>; 17 cluster01_opp: opp-table-0 { 18 compatible = "operating-points-v2"; [all …]
|
/linux-6.12.1/drivers/phy/renesas/ |
D | r8a779f0-ether-serdes.c | 1 // SPDX-License-Identifier: GPL-2.0 59 iowrite32(bank, channel->addr + R8A779F0_ETH_SERDES_BANK_SELECT); in r8a779f0_eth_serdes_reg_wait() 61 ret = readl_poll_timeout_atomic(channel->addr + offs, val, in r8a779f0_eth_serdes_reg_wait() 65 dev_dbg(&channel->phy->dev, in r8a779f0_eth_serdes_reg_wait() 67 __func__, channel->index, offs, bank, mask, expected); in r8a779f0_eth_serdes_reg_wait() 79 channel = &dd->channel[i]; in r8a779f0_eth_serdes_common_init_ram() 85 r8a779f0_eth_serdes_write32(dd->addr, 0x026c, 0x180, 0x03); in r8a779f0_eth_serdes_common_init_ram() 93 struct r8a779f0_eth_serdes_drv_data *dd = channel->dd; in r8a779f0_eth_serdes_common_setting() 95 switch (channel->phy_interface) { in r8a779f0_eth_serdes_common_setting() 97 r8a779f0_eth_serdes_write32(dd->addr, 0x0244, 0x180, 0x0097); in r8a779f0_eth_serdes_common_setting() [all …]
|
/linux-6.12.1/drivers/net/ethernet/renesas/ |
D | rswitch.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Renesas Ethernet Switch device driver 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() [all …]
|