Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Dmii.h52 #define BMSR_ERCAP 0x0001 /* Ext-reg capability */ macro
/rk3399_rockchip-uboot/drivers/net/phy/
H A Dphy.c352 if ((mii_reg & BMSR_ESTATEN) && !(mii_reg & BMSR_ERCAP)) in genphy_parse_link()