Home
last modified time | relevance | path

Searched refs:PCS (Results 1 – 25 of 36) sorted by relevance

12

/linux/drivers/net/phy/
A Dqt2025.rs61 dev.write(C45::new(Mmd::PCS, 0x0026), 0x0e00)?; in probe()
62 dev.write(C45::new(Mmd::PCS, 0x0027), 0x0893)?; in probe()
63 dev.write(C45::new(Mmd::PCS, 0x0028), 0xa528)?; in probe()
64 dev.write(C45::new(Mmd::PCS, 0x0029), 0x0003)?; in probe()
70 dev.write(C45::new(Mmd::PCS, 0xe854), 0x00c0)?; in probe()
81 let mut dst_mmd = Mmd::PCS; in probe()
94 dev.write(C45::new(Mmd::PCS, 0xe854), 0x0040)?; in probe()
/linux/drivers/net/pcs/
A DKconfig3 # 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
/linux/Documentation/networking/
A Dsfp-phylink.rst219 should be used to configure the MAC when the MAC and PCS are not
252 PCS whose operation is transparent, some other require dedicated PCS
256 Identify if your driver has one or more internal PCS blocks, and/or if
257 your controller can use an external PCS block that might be internally
275 your PCS:
285 Arrange for PCS link state interrupts to be forwarded into
293 otherwise. If a PCS is unable to provide these interrupts, then
294 it should set ``pcs->pcs_poll = true;`` when creating the PCS.
314 Some PCS can be recovered based on firmware information:
333 if ( /* 'interface' needs a PCS to function */ )
[all …]
/linux/Documentation/devicetree/bindings/net/
A Dfsl,fman-mdio.yaml41 Fman has internal MDIO for internal PCS(Physical
59 set when reading internal PCS registers. MDIO reads to
60 internal PCS registers may result in having the
64 PCS registers through MDIO. As a workaround, all internal
71 - For "fsl,fman-memac-mdio" compatible internal mdio bus, the PHY is PCS PHY.
72 The PCS PHY address should correspond to the value of the appropriate
A Dxlnx,axi-ethernet.yaml101 - description: MGT reference clock (used by optional internal PCS/PMA PHY)
121 description: Phandle to the internal PCS/PMA PHY in SGMII or 1000Base-X
122 modes, where "pcs-handle" should be used to point to the PCS/PMA PHY,
A Damd-xgbe.txt7 - PCS registers
15 The last interrupt listed should be the PCS auto-negotiation interrupt.
A Dfsl,fman-dtsec.yaml120 description: The type of each PCS in pcsphy-handle.
124 description: A reference to the (TBI-based) PCS
A Dfsl,qoriq-mc-dpmac.yaml30 A reference to a node representing a PCS PHY device found on
A Drenesas,rzn1-gmac.yaml35 phandle pointing to a PCS sub-node compatible with
A Dethernet-controller.yaml116 Specifies a reference to a node representing a PCS PHY device on a MDIO
121 The name of each PCS in pcs-handle.
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
A Dmac-phy-support.rst54 | MC firmware polling MAC PCS for link |
56 | | PCS | | PCS | | PCS | | PCS | |
65 the MC firmware by polling the MAC PCS. Without the need to register a
187 mode, the MC firmware does not access the PCS registers). One can check for
/linux/Documentation/devicetree/bindings/net/pcs/
A Dfsl,lynx-pcs.yaml7 title: NXP Lynx PCS
13 NXP Lynx 10G and 28G SerDes have Ethernet PCS devices which can be used as
A Dsnps,dw-xpcs.yaml7 title: Synopsys DesignWare Ethernet PCS
16 controlled by means of the IEEE std. Clause 45 registers set. The PCS can be
21 The PCS CSRs can be accessible either over the Ethernet MDIO bus or directly
83 PCS/PMA layer can be clocked by an internal reference clock source
A Dmediatek,sgmiisys.yaml13 The MediaTek SGMIISYS controller provides a SGMII PCS and some clocks
47 description: MediaTek LynxI HSGMII PCS
/linux/Documentation/devicetree/bindings/phy/
A Dmediatek,mt7988-xfi-tphy.yaml14 used by the (10G/5G) USXGMII PCS and (1G/2.5G) LynxI PCS found in
A Dti-phy.txt13 set PCS delay value.
59 register offset to write the PCS delay value.
A Dtransmit-amplitude.yaml7 title: Common PHY and network PCS transmit amplitude property
A Dqcom,msm8996-qmp-pcie-phy.yaml65 - description: PCS
/linux/drivers/phy/mediatek/
A DKconfig24 1GE and 2.5GE modes via the LynxI PCS, and 5GE and 10GE modes
25 via the USXGMII PCS found in MediaTek SoCs with 10G Ethernet.
/linux/Documentation/devicetree/bindings/pci/
A Dsnps,dw-pcie-common.yaml90 Controller Core-PCS PIPE interface clock. It's normally
91 supplied by an external PCS-PHY.
159 - description: PIPE-interface (Core-PCS) logic reset
164 - description: PCS/PHY block reset
A Dsnps,dw-pcie-ep.yaml85 PHY/PCS configuration registers. Some platforms can have the
86 PCS and PHY CSRs accessible over a dedicated memory mapped
/linux/arch/arm/boot/dts/nxp/ls/
A Dls1021a-tsn.dts236 /* SGMII PCS for enet0 */
244 /* SGMII PCS for enet1 */
/linux/rust/kernel/net/phy/
A Dreg.rs147 pub const PCS: Self = Mmd(uapi::MDIO_MMD_PCS as u8); consts
/linux/Documentation/devicetree/bindings/net/dsa/
A Drenesas,rzn1-a5psw.yaml73 phandle pointing to a PCS sub-node compatible with
/linux/drivers/spi/
A Dspi-atmel.c402 SPI_BF(PCS, ~(0x01 << chip_select)) in cs_activate()
408 SPI_BF(PCS, ~(0x01 << chip_select)) in cs_activate()
447 mr = SPI_BFINS(PCS, ~(1 << chip_select), mr); in cs_activate()
468 if (~SPI_BFEXT(PCS, mr) & (1 << chip_select)) { in cs_deactivate()
469 mr = SPI_BFINS(PCS, 0xf, mr); in cs_deactivate()

Completed in 38 milliseconds

12