Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmii.h557 static inline u16 mii_bmcr_encode_fixed(int speed, int duplex) in mii_bmcr_encode_fixed() function
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dpcs-6352.c244 bmcr = mii_bmcr_encode_fixed(speed, duplex); in marvell_c22_pcs_link_up()
H A Dpcs-639x.c357 bmcr = mii_bmcr_encode_fixed(speed, duplex); in mv88e639x_sgmii_pcs_link_up()
/openbmc/linux/drivers/net/pcs/
H A Dpcs-xpcs.c1143 val = mii_bmcr_encode_fixed(speed, duplex); in xpcs_link_up_sgmii()
/openbmc/linux/drivers/net/phy/
H A Dphy_device.c2105 ctl = mii_bmcr_encode_fixed(phydev->speed, phydev->duplex); in genphy_setup_forced()
2715 ctl |= mii_bmcr_encode_fixed(phydev->speed, phydev->duplex); in genphy_loopback()
H A Dmotorcomm.c1971 ctl = mii_bmcr_encode_fixed(phydev->speed, phydev->duplex); in ytphy_utp_config_aneg()
H A Dmarvell.c2000 bmcr_ctl = mii_bmcr_encode_fixed(phydev->speed, phydev->duplex); in m88e1510_loopback()