Home
last modified time | relevance | path

Searched refs:ESTATUS_1000_THALF (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/net/phy/
H A Dswphy.c52 .estat = ESTATUS_1000_TFULL | ESTATUS_1000_THALF,
61 .estat = ESTATUS_1000_THALF,
H A Dmotorcomm.c2191 phydev->supported, val & ESTATUS_1000_THALF); in ytphy_utp_read_abilities()
H A Dphy_device.c2666 phydev->supported, val & ESTATUS_1000_THALF); in genphy_read_abilities()
/openbmc/linux/include/uapi/linux/
H A Dmii.h127 #define ESTATUS_1000_THALF 0x1000 /* Can do 1000BT Half */ macro
/openbmc/u-boot/include/linux/
H A Dmii.h124 #define ESTATUS_1000_THALF 0x1000 /* Can do 1000BT Half */ macro
/openbmc/u-boot/drivers/net/phy/
H A Dphy.c358 ESTATUS_1000_TFULL | ESTATUS_1000_THALF)) { in genphy_parse_link()
417 if (val & ESTATUS_1000_THALF) in genphy_config()
/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Dphy.c556 if (esr & ESTATUS_1000_THALF) in emac_mii_phy_probe()
/openbmc/linux/drivers/net/
H A Dmii.c429 if (reg & (ESTATUS_1000_TFULL | ESTATUS_1000_THALF)) in mii_check_gmii_support()
/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dspider_net.c186 if ((bmsr & BMSR_ESTATEN) && (estat & ESTATUS_1000_THALF)) in spider_net_setup_aneg()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dniu.c1168 if (estatus & ESTATUS_1000_THALF) in link_status_mii()
1800 if ((estat & ESTATUS_1000_THALF) && in mii_init_common()
1829 (!fulldpx && !(estat & ESTATUS_1000_THALF))) in mii_init_common()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c5074 phy->estatus = (ESTATUS_1000_TFULL | ESTATUS_1000_THALF); in e1000_phy_read_status()