Home
last modified time | relevance | path

Searched refs:mii_bmcr_encode_fixed (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/include/linux/
H A Dmii.h558 static inline u16 mii_bmcr_encode_fixed(int speed, int duplex) in mii_bmcr_encode_fixed() function
/linux-6.15/drivers/net/dsa/mv88e6xxx/
H A Dpcs-6352.c245 bmcr = mii_bmcr_encode_fixed(speed, duplex); in marvell_c22_pcs_link_up()
H A Dpcs-639x.c359 bmcr = mii_bmcr_encode_fixed(speed, duplex); in mv88e639x_sgmii_pcs_link_up()
/linux-6.15/drivers/net/phy/
H A Dphy_device.c1975 ctl = mii_bmcr_encode_fixed(phydev->speed, phydev->duplex); in genphy_setup_forced()
2617 ctl |= mii_bmcr_encode_fixed(phydev->speed, phydev->duplex); in genphy_loopback()
H A Dmotorcomm.c2047 ctl = mii_bmcr_encode_fixed(phydev->speed, phydev->duplex); in ytphy_utp_config_aneg()
H A Dmarvell.c2147 bmcr_ctl = mii_bmcr_encode_fixed(phydev->speed, phydev->duplex); in m88e1510_loopback()
H A Dmicrel.c1050 ctl |= mii_bmcr_encode_fixed(phydev->speed, phydev->duplex); in ksz9031_set_loopback()
/linux-6.15/drivers/net/pcs/
H A Dpcs-xpcs.c1148 mii_bmcr_encode_fixed(speed, duplex)); in xpcs_link_up_sgmii_1000basex()