Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Dmii.h59 #define BMSR_ESTATEN 0x0100 /* Extended Status in R15 */ macro
/rk3399_rockchip-uboot/drivers/net/phy/
H A Dphy.c90 if (!(bmsr & BMSR_ESTATEN)) in genphy_config_advert()
352 if ((mii_reg & BMSR_ESTATEN) && !(mii_reg & BMSR_ERCAP)) in genphy_parse_link()
408 if (val & BMSR_ESTATEN) { in genphy_config()