| /kernel/linux/linux-6.6/drivers/net/pcs/ |
| D | pcs-lynx.c | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * Lynx PCS MDIO helpers 8 #include <linux/pcs-lynx.h> 11 #define SGMII_CLOCK_PERIOD_NS 8 /* PCS is clocked at 125 MHz */ 24 struct phylink_pcs pcs; member 35 #define phylink_pcs_to_lynx(pl_pcs) container_of((pl_pcs), struct lynx_pcs, pcs) 36 #define lynx_to_phylink_pcs(lynx) (&(lynx)->pcs) argument 38 static void lynx_pcs_get_state_usxgmii(struct mdio_device *pcs, in lynx_pcs_get_state_usxgmii() argument 41 struct mii_bus *bus = pcs->bus; in lynx_pcs_get_state_usxgmii() 42 int addr = pcs->addr; in lynx_pcs_get_state_usxgmii() [all …]
|
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 # Makefile for Linux PCS drivers 4 pcs_xpcs-$(CONFIG_PCS_XPCS) := pcs-xpcs.o pcs-xpcs-nxp.o pcs-xpcs-wx.o 6 obj-$(CONFIG_PCS_XPCS) += pcs_xpcs.o 7 obj-$(CONFIG_PCS_LYNX) += pcs-lynx.o 8 obj-$(CONFIG_PCS_MTK_LYNXI) += pcs-mtk-lynxi.o 9 obj-$(CONFIG_PCS_RZN1_MIIC) += pcs-rzn1-miic.o
|
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # PCS Layer Configuration 6 menu "PCS device drivers" 18 This module provides helpers to phylink for managing the Lynx PCS 25 This module provides helpers to phylink for managing the LynxI PCS 33 on RZ/N1 SoCs. This PCS converts MII to RMII/RGMII or can be set in 34 pass-through mode for MII.
|
| /kernel/linux/linux-5.10/drivers/net/pcs/ |
| D | pcs-lynx.c | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * Lynx PCS MDIO helpers 8 #include <linux/pcs-lynx.h> 10 #define SGMII_CLOCK_PERIOD_NS 8 /* PCS is clocked at 125 MHz */ 31 #define phylink_pcs_to_lynx(pl_pcs) container_of((pl_pcs), struct lynx_pcs, pcs) 33 static void lynx_pcs_get_state_usxgmii(struct mdio_device *pcs, in lynx_pcs_get_state_usxgmii() argument 36 struct mii_bus *bus = pcs->bus; in lynx_pcs_get_state_usxgmii() 37 int addr = pcs->addr; in lynx_pcs_get_state_usxgmii() 44 state->link = !!(status & MDIO_STAT1_LSTATUS); in lynx_pcs_get_state_usxgmii() 45 state->an_complete = !!(status & MDIO_AN_STAT1_COMPLETE); in lynx_pcs_get_state_usxgmii() [all …]
|
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 # Makefile for Linux PCS drivers 4 obj-$(CONFIG_PCS_XPCS) += pcs-xpcs.o 5 obj-$(CONFIG_PCS_LYNX) += pcs-lynx.o
|
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # PCS Layer Configuration 6 menu "PCS device drivers" 18 This module provides helpers to phylink for managing the Lynx PCS
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/pcs/ |
| D | fsl,lynx-pcs.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/net/pcs/fsl,lynx-pcs.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: NXP Lynx PCS 10 - Ioana Ciornei <ioana.ciornei@nxp.com> 13 NXP Lynx 10G and 28G SerDes have Ethernet PCS devices which can be used as 19 const: fsl,lynx-pcs 25 - compatible 26 - reg [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/freescale/ |
| D | fsl-ls1043-post.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 5 * Copyright 2015-2016 Freescale Semiconductor Inc. 11 #include "qoriq-fman3-0.dtsi" 12 #include "qoriq-fman3-0-1g-0.dtsi" 13 #include "qoriq-fman3-0-1g-1.dtsi" 14 #include "qoriq-fman3-0-1g-2.dtsi" 15 #include "qoriq-fman3-0-1g-3.dtsi" 16 #include "qoriq-fman3-0-1g-4.dtsi" 17 #include "qoriq-fman3-0-1g-5.dtsi" 18 #include "qoriq-fman3-0-10g-0.dtsi" [all …]
|
| D | fsl-ls1046-post.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 5 * Copyright 2015-2016 Freescale Semiconductor Inc. 12 #include "qoriq-fman3-0.dtsi" 13 #include "qoriq-fman3-0-1g-0.dtsi" 14 #include "qoriq-fman3-0-1g-1.dtsi" 15 #include "qoriq-fman3-0-1g-2.dtsi" 16 #include "qoriq-fman3-0-1g-3.dtsi" 17 #include "qoriq-fman3-0-1g-4.dtsi" 18 #include "qoriq-fman3-0-1g-5.dtsi" 19 #include "qoriq-fman3-0-10g-0.dtsi" [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | pcs-lynx.h | 1 /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ 3 * Lynx PCS helpers 13 struct phylink_pcs pcs; member 19 void lynx_pcs_destroy(struct lynx_pcs *pcs);
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | pcs-lynx.h | 1 /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ 3 * Lynx PCS helpers 15 void lynx_pcs_destroy(struct phylink_pcs *pcs);
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
| D | dpaa2-mac.h | 1 /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ 10 #include <linux/pcs-lynx.h> 13 #include "dpmac-cmd.h" 25 struct lynx_pcs *pcs; member
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/ |
| D | enetc_pf.h | 1 /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ 2 /* Copyright 2017-2019 NXP */ 5 #include <linux/pcs-lynx.h> 49 struct lynx_pcs *pcs; member
|
| /kernel/linux/linux-6.6/arch/powerpc/boot/dts/fsl/ |
| D | qoriq-fman3-0-10g-1-best-effort.dtsi | 4 * Copyright 2012 - 2015 Freescale Semiconductor Inc. 37 cell-index = <0x9>; 38 compatible = "fsl,fman-v3-port-rx"; 40 fsl,fman-10g-port; 41 fsl,fman-best-effort-port; 45 cell-index = <0x29>; 46 compatible = "fsl,fman-v3-port-tx"; 48 fsl,fman-10g-port; 49 fsl,fman-best-effort-port; 53 cell-index = <1>; [all …]
|
| D | qoriq-fman3-0-10g-0.dtsi | 4 * Copyright 2012 - 2015 Freescale Semiconductor Inc. 37 cell-index = <0x10>; 38 compatible = "fsl,fman-v3-port-rx"; 40 fsl,fman-10g-port; 44 cell-index = <0x30>; 45 compatible = "fsl,fman-v3-port-tx"; 47 fsl,fman-10g-port; 51 cell-index = <0x8>; 52 compatible = "fsl,fman-memac"; 54 fsl,fman-ports = <&fman0_rx_0x10 &fman0_tx_0x30>; [all …]
|
| D | qoriq-fman3-1-10g-0.dtsi | 4 * Copyright 2012 - 2015 Freescale Semiconductor Inc. 37 cell-index = <0x10>; 38 compatible = "fsl,fman-v3-port-rx"; 40 fsl,fman-10g-port; 44 cell-index = <0x30>; 45 compatible = "fsl,fman-v3-port-tx"; 47 fsl,fman-10g-port; 51 cell-index = <0x8>; 52 compatible = "fsl,fman-memac"; 54 fsl,fman-ports = <&fman1_rx_0x10 &fman1_tx_0x30>; [all …]
|
| D | qoriq-fman3-0-10g-1.dtsi | 4 * Copyright 2012 - 2015 Freescale Semiconductor Inc. 37 cell-index = <0x11>; 38 compatible = "fsl,fman-v3-port-rx"; 40 fsl,fman-10g-port; 44 cell-index = <0x31>; 45 compatible = "fsl,fman-v3-port-tx"; 47 fsl,fman-10g-port; 51 cell-index = <0x9>; 52 compatible = "fsl,fman-memac"; 54 fsl,fman-ports = <&fman0_rx_0x11 &fman0_tx_0x31>; [all …]
|
| D | qoriq-fman3-1-10g-1.dtsi | 4 * Copyright 2012 - 2015 Freescale Semiconductor Inc. 37 cell-index = <0x11>; 38 compatible = "fsl,fman-v3-port-rx"; 40 fsl,fman-10g-port; 44 cell-index = <0x31>; 45 compatible = "fsl,fman-v3-port-tx"; 47 fsl,fman-10g-port; 51 cell-index = <0x9>; 52 compatible = "fsl,fman-memac"; 54 fsl,fman-ports = <&fman1_rx_0x11 &fman1_tx_0x31>; [all …]
|
| D | qoriq-fman3-0-1g-3.dtsi | 4 * Copyright 2012 - 2015 Freescale Semiconductor Inc. 37 cell-index = <0xb>; 38 compatible = "fsl,fman-v3-port-rx"; 43 cell-index = <0x2b>; 44 compatible = "fsl,fman-v3-port-tx"; 49 cell-index = <3>; 50 compatible = "fsl,fman-memac"; 52 fsl,fman-ports = <&fman0_rx_0x0b &fman0_tx_0x2b>; 53 ptp-timer = <&ptp_timer0>; 54 pcsphy-handle = <&pcsphy3>, <&qsgmiia_pcs3>; [all …]
|
| D | qoriq-fman3-1-1g-1.dtsi | 4 * Copyright 2012 - 2015 Freescale Semiconductor Inc. 37 cell-index = <0x9>; 38 compatible = "fsl,fman-v3-port-rx"; 43 cell-index = <0x29>; 44 compatible = "fsl,fman-v3-port-tx"; 49 cell-index = <1>; 50 compatible = "fsl,fman-memac"; 52 fsl,fman-ports = <&fman1_rx_0x09 &fman1_tx_0x29>; 53 ptp-timer = <&ptp_timer1>; 54 pcsphy-handle = <&pcsphy9>, <&qsgmiic_pcs1>; [all …]
|
| D | qoriq-fman3-0-1g-5.dtsi | 4 * Copyright 2012 - 2015 Freescale Semiconductor Inc. 37 cell-index = <0xd>; 38 compatible = "fsl,fman-v3-port-rx"; 43 cell-index = <0x2d>; 44 compatible = "fsl,fman-v3-port-tx"; 49 cell-index = <5>; 50 compatible = "fsl,fman-memac"; 52 fsl,fman-ports = <&fman0_rx_0x0d &fman0_tx_0x2d>; 53 ptp-timer = <&ptp_timer0>; 54 pcsphy-handle = <&pcsphy5>, <&qsgmiib_pcs1>; [all …]
|
| D | qoriq-fman3-0-1g-1.dtsi | 4 * Copyright 2012 - 2015 Freescale Semiconductor Inc. 37 cell-index = <0x9>; 38 compatible = "fsl,fman-v3-port-rx"; 43 cell-index = <0x29>; 44 compatible = "fsl,fman-v3-port-tx"; 49 cell-index = <1>; 50 compatible = "fsl,fman-memac"; 52 fsl,fman-ports = <&fman0_rx_0x09 &fman0_tx_0x29>; 53 ptp-timer = <&ptp_timer0>; 54 pcsphy-handle = <&pcsphy1>, <&qsgmiia_pcs1>; [all …]
|
| D | qoriq-fman3-1-1g-3.dtsi | 4 * Copyright 2012 - 2015 Freescale Semiconductor Inc. 37 cell-index = <0xb>; 38 compatible = "fsl,fman-v3-port-rx"; 43 cell-index = <0x2b>; 44 compatible = "fsl,fman-v3-port-tx"; 49 cell-index = <3>; 50 compatible = "fsl,fman-memac"; 52 fsl,fman-ports = <&fman1_rx_0x0b &fman1_tx_0x2b>; 53 ptp-timer = <&ptp_timer1>; 54 pcsphy-handle = <&pcsphy11>, <&qsgmiic_pcs3>; [all …]
|
| D | qoriq-fman3-1-1g-2.dtsi | 4 * Copyright 2012 - 2015 Freescale Semiconductor Inc. 37 cell-index = <0xa>; 38 compatible = "fsl,fman-v3-port-rx"; 43 cell-index = <0x2a>; 44 compatible = "fsl,fman-v3-port-tx"; 49 cell-index = <2>; 50 compatible = "fsl,fman-memac"; 52 fsl,fman-ports = <&fman1_rx_0x0a &fman1_tx_0x2a>; 53 ptp-timer = <&ptp_timer1>; 54 pcsphy-handle = <&pcsphy10>, <&qsgmiic_pcs2>; [all …]
|
| D | qoriq-fman3-0-1g-2.dtsi | 4 * Copyright 2012 - 2015 Freescale Semiconductor Inc. 37 cell-index = <0xa>; 38 compatible = "fsl,fman-v3-port-rx"; 43 cell-index = <0x2a>; 44 compatible = "fsl,fman-v3-port-tx"; 49 cell-index = <2>; 50 compatible = "fsl,fman-memac"; 52 fsl,fman-ports = <&fman0_rx_0x0a &fman0_tx_0x2a>; 53 ptp-timer = <&ptp_timer0>; 54 pcsphy-handle = <&pcsphy2>, <&qsgmiia_pcs2>; [all …]
|