Home
last modified time | relevance | path

Searched refs:ESTATUS_1000_XFULL (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dmii.h124 #define ESTATUS_1000_XFULL 0x8000 /* Can do 1000BaseX Full */ macro
/openbmc/u-boot/include/linux/
H A Dmii.h121 #define ESTATUS_1000_XFULL 0x8000 /* Can do 1000BX Full */ macro
/openbmc/u-boot/drivers/net/phy/
H A Dphy.c357 if (estatus & (ESTATUS_1000_XFULL | ESTATUS_1000_XHALF | in genphy_parse_link()
360 if (estatus & (ESTATUS_1000_XFULL | ESTATUS_1000_TFULL)) in genphy_parse_link()
419 if (val & ESTATUS_1000_XFULL) in genphy_config()
/openbmc/linux/drivers/net/phy/
H A Dmotorcomm.c2193 phydev->supported, val & ESTATUS_1000_XFULL); in ytphy_utp_read_abilities()
H A Dphy_device.c2668 phydev->supported, val & ESTATUS_1000_XFULL); in genphy_read_abilities()