Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Dxilinx_ll_temac_mdio.c130 #define PHY_DETECT_MASK (BMSR_10FULL | BMSR_10HALF | BMSR_ANEGCAPABLE)
/rk3399_rockchip-uboot/include/linux/
H A Dmii.h55 #define BMSR_ANEGCAPABLE 0x0008 /* Able to do auto-negotiation */ macro
H A Dmdio.h95 #define MDIO_AN_STAT1_ABLE BMSR_ANEGCAPABLE
/rk3399_rockchip-uboot/drivers/qe/
H A Duec_phy.c380 if ((status & BMSR_LSTATUS) && (status & BMSR_ANEGCAPABLE) in genmii_update_link()
/rk3399_rockchip-uboot/drivers/net/phy/
H A Dphy.c396 if (val & BMSR_ANEGCAPABLE) in genphy_config()