Home
last modified time | relevance | path

Searched refs:BMSR_ESTATEN (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dmii.h59 #define BMSR_ESTATEN 0x0100 /* Extended Status in R15 */ macro
/openbmc/u-boot/drivers/net/phy/
H A Dphy.c87 if (!(bmsr & BMSR_ESTATEN)) in genphy_config_advert()
353 if ((mii_reg & BMSR_ESTATEN) && !(mii_reg & BMSR_ERCAP)) in genphy_parse_link()
409 if (val & BMSR_ESTATEN) { in genphy_config()
/openbmc/u-boot/drivers/net/
H A Dbcm6368-eth.c273 if (val & BMSR_ESTATEN) { in bcm6368_eth_adjust_link()