Searched full:serdes6g (Results 1 – 10 of 10) sorted by relevance
/linux/Documentation/devicetree/bindings/phy/ |
H A D | microchip,lan966x-serdes.yaml | 14 3 SERDES6G and 2 RGMII interfaces. Two of the SERDES6G support QSGMII. 20 following macros are defined CU(X), SERDES6G(X), RGMII(X). Where X is a 22 CU(1) means use interface copper transceivers 1. SERDES6G(2) means use
|
H A D | mscc,vsc7514-serdes.yaml | 23 half/full-duplex and 1000Mbps in full-duplex mode while SERDES6G supports 26 Also, SERDES6G number (aka "macro") 0 is the only interface supporting
|
H A D | microchip,sparx5-serdes.yaml | 30 SERDES6G: 32 The SERDES6G is a high-speed SERDES interface, which can operate at
|
/linux/drivers/phy/microchip/ |
H A D | lan966x_serdes.c | 69 SERDES_MUX_QSGMII(SERDES6G(1), 0, HSIO_HW_CFG_QSGMII_ENA, 71 SERDES_MUX_QSGMII(SERDES6G(1), 1, HSIO_HW_CFG_QSGMII_ENA, 73 SERDES_MUX_QSGMII(SERDES6G(1), 2, HSIO_HW_CFG_QSGMII_ENA, 75 SERDES_MUX_QSGMII(SERDES6G(1), 3, HSIO_HW_CFG_QSGMII_ENA, 78 SERDES_MUX_QSGMII(SERDES6G(2), 4, HSIO_HW_CFG_QSGMII_ENA, 80 SERDES_MUX_QSGMII(SERDES6G(2), 5, HSIO_HW_CFG_QSGMII_ENA, 82 SERDES_MUX_QSGMII(SERDES6G(2), 6, HSIO_HW_CFG_QSGMII_ENA, 84 SERDES_MUX_QSGMII(SERDES6G(2), 7, HSIO_HW_CFG_QSGMII_ENA, 92 SERDES_MUX_SGMII(SERDES6G(0), 0, HSIO_HW_CFG_SD6G_0_CFG, 0), 93 SERDES_MUX_SGMII(SERDES6G(1), 1, HSIO_HW_CFG_SD6G_1_CFG, 0), [all …]
|
/linux/arch/arm/boot/dts/microchip/ |
H A D | lan966x-kontron-kswitch-d10-mmt.dtsi | 169 phys = <&serdes 4 SERDES6G(2)>; 176 phys = <&serdes 5 SERDES6G(2)>; 183 phys = <&serdes 6 SERDES6G(2)>; 190 phys = <&serdes 7 SERDES6G(2)>;
|
H A D | lan966x-kontron-kswitch-d10-mmt-8g.dts | 28 phys = <&serdes 2 SERDES6G(0)>; 36 phys = <&serdes 3 SERDES6G(1)>;
|
H A D | lan966x-kontron-kswitch-d10-mmt-6g-2gs.dts | 81 phys = <&serdes 2 SERDES6G(0)>; 89 phys = <&serdes 3 SERDES6G(1)>;
|
H A D | lan966x-pcb8309.dts | 196 phys = <&serdes 2 SERDES6G(0)>; 204 phys = <&serdes 3 SERDES6G(1)>;
|
/linux/include/dt-bindings/phy/ |
H A D | phy-ocelot-serdes.h | 8 #define SERDES6G(x) (SERDES1G_MAX + 1 + (x)) macro 9 #define SERDES6G_MAX SERDES6G(2)
|
H A D | phy-lan966x-serdes.h | 8 #define SERDES6G(x) (CU_MAX + 1 + (x)) macro 9 #define SERDES6G_MAX SERDES6G(3)
|