Home
last modified time | relevance | path

Searched full:usxgmii (Results 1 – 22 of 22) sorted by relevance

/linux-6.8/arch/arm64/boot/dts/freescale/
Dfsl-ls1028a-qds-13bb.dtso28 phy-mode = "usxgmii";
63 phy-mode = "usxgmii";
70 phy-mode = "usxgmii";
77 phy-mode = "usxgmii";
84 phy-mode = "usxgmii";
Dfsl-lx2160a-rdb.dts42 phy-connection-type = "usxgmii";
48 phy-connection-type = "usxgmii";
Dfsl-lx2160a-bluebox3.dts58 phy-mode = "usxgmii";
64 phy-mode = "usxgmii";
70 phy-mode = "usxgmii";
76 phy-mode = "usxgmii";
/linux-6.8/Documentation/devicetree/bindings/phy/
Dmicrochip,sparx5-serdes.yaml37 * 5.15625 Gbps (5GBASE-KR/5G-USXGMII)
48 * 5.15625 Gbps (5GBASE-KR/5G-USXGMII)
50 * 10.3125 Gbps (10GBASE-R/10GBASE-KR/USXGMII)
60 * 5.15625 Gbps (5GBASE-KR/5G-USXGMII)
62 * 10.3125 Gbps (10GBASE-R/10GBASE-KR/USXGMII)
Dtransmit-amplitude.yaml48 - usxgmii
/linux-6.8/drivers/clk/mediatek/
Dclk-mt7988-xfipll.c15 /* Register to control USXGMII XFI PLL analog */
58 /* Apply software workaround for USXGMII PLL TCL issue */ in clk_mt7988_xfipll_probe()
/linux-6.8/Documentation/devicetree/bindings/net/
Dnvidia,tegra234-mgbe.yaml84 - usxgmii
149 phy-mode = "usxgmii";
Dethernet-controller.yaml104 - usxgmii
/linux-6.8/drivers/net/pcs/
Dpcs-lynx.c160 dev_err(&pcs->dev, "USXGMII only supports in-band AN for now\n"); in lynx_pcs_config_usxgmii()
164 /* Configure device ability for the USXGMII Replicator */ in lynx_pcs_config_usxgmii()
300 /* At the moment, only in-band AN is supported for USXGMII in lynx_pcs_link_up()
Dpcs-xpcs.c426 /* By default, in USXGMII mode XPCS operates at 10G baud and in _xpcs_config_aneg_c73()
/linux-6.8/include/uapi/linux/
Dmdio.h461 /* UsxgmiiChannelInfo[15:0] for USXGMII in-band auto-negotiation.*/
464 #define MDIO_USXGMII_SPD_MASK 0x0e00 /* USXGMII speed mask */
465 #define MDIO_USXGMII_FULL_DUPLEX 0x1000 /* USXGMII full duplex */
466 #define MDIO_USXGMII_DPX_SPD_MASK 0x1e00 /* USXGMII duplex and speed bits */
/linux-6.8/drivers/net/dsa/mv88e6xxx/
Dserdes.h57 /* USXGMII */
Dpcs-639x.c907 "can't read USXGMII status: %pe\n", ERR_PTR(err)); in mv88e6393x_xg_pcs_get_state()
/linux-6.8/drivers/net/ethernet/freescale/dpaa2/
Ddpmac.h50 * @DPMAC_ETH_IF_USXGMII: USXGMII interface
/linux-6.8/Documentation/devicetree/bindings/net/dsa/
Dmscc,ocelot.yaml53 - phy-mode = "usxgmii": on ports 0, 1, 2, 3
/linux-6.8/drivers/net/phy/
Dphylink.c1833 * For some interface modes (e.g. RXAUI, XAUI and USXGMII) switching in phylink_validate_phy()
3499 * phylink_decode_usxgmii_word() - decode the USXGMII word from a MAC PCS
3501 * @lpa: a 16 bit value which stores the USXGMII auto-negotiation word
3503 * Helper for MAC PCS supporting the USXGMII protocol and the auto-negotiation
3504 * code word. Decode the USXGMII code word and populate the corresponding fields
3549 * word is the same as the USXGMII word, except it only supports speeds up to
Dmxl-gpy.c513 /* Interface mode is fixed for USXGMII and integrated PHY */ in gpy_update_interface()
Dmarvell10g.c990 * In USXGMII mode the PHY interface mode is also fixed. in mv3310_update_interface()
/linux-6.8/drivers/net/phy/aquantia/
Daquantia_main.c525 …ut of date, please update it. The AQR107 family doesn't support XGMII, maybe you mean USXGMII.\n"); in aqr107_config_init()
/linux-6.8/drivers/phy/cadence/
Dphy-cadence-torrent.c700 return "USXGMII"; in cdns_torrent_get_phy_type()
2316 * for SGMII/QSGMII/USXGMII in cdns_torrent_phy_init()
3037 /* TI USXGMII configuration: Enable cmn_refclk_rcv_out_en */
3047 /* Single USXGMII link configuration */
3069 /* Single link USXGMII, 156.25 MHz Ref clk, no SSC */
/linux-6.8/drivers/net/ethernet/marvell/octeontx2/af/
Dcgx.c57 [LMAC_MODE_USXGMII] = "USXGMII",
/linux-6.8/include/linux/
Dphy.h282 return "usxgmii"; in phy_modes()