Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmii.h55 #define BMSR_ERCAP 0x0001 /* Ext-reg capability */ macro
/openbmc/u-boot/include/linux/
H A Dmii.h52 #define BMSR_ERCAP 0x0001 /* Ext-reg capability */ macro
/openbmc/u-boot/drivers/net/phy/
H A Dphy.c353 if ((mii_reg & BMSR_ESTATEN) && !(mii_reg & BMSR_ERCAP)) in genphy_parse_link()
/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz9477.c269 *data &= ~(BMSR_ESTATEN | BMSR_ERCAP); in ksz9477_r_phy_quirks()
/openbmc/linux/drivers/net/phy/
H A Dmicrel.c664 ret &= BMSR_ERCAP; in ksz8051_ksz8795_match_phy_device()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c5067 BMSR_ERCAP); in e1000_phy_read_status()
/openbmc/linux/drivers/s390/net/
H A Dqeth_core_main.c4585 rc = BMSR_ERCAP | BMSR_ANEGCOMPLETE | BMSR_LSTATUS | in qeth_mdio_read()