Searched refs:BMSR_ANEGCOMPLETE (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/drivers/net/phy/
H A DuPD60620.c49 if (phy_state & (BMSR_ANEGCOMPLETE | BMSR_LSTATUS)) {
H A Dbcm84881.c138 !!(bmsr & BMSR_ANEGCOMPLETE);
164 !!(bmsr & BMSR_ANEGCOMPLETE);
H A Dswphy.c136 bmsr |= BMSR_LSTATUS | BMSR_ANEGCOMPLETE;
H A Dncn26000.c25 // the NCN26000 maps link_status to BMSR_ANEGCOMPLETE
26 #define NCN26000_BMSR_LINK_STATUS_BIT BMSR_ANEGCOMPLETE
H A Dmarvell-88x2222.c319 return (ret & BMSR_ANEGCOMPLETE);
369 !(val & BMSR_ANEGCOMPLETE)) {
H A Dphylink.c2821 val &= ~BMSR_ANEGCOMPLETE;
3594 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE);
H A Dphy_device.c2440 * Returns BMSR_ANEGCOMPLETE if auto-negotiation is done.
2446 return (retval < 0) ? retval : (retval & BMSR_ANEGCOMPLETE);
2491 phydev->autoneg_complete = status & BMSR_ANEGCOMPLETE ? 1 : 0;
H A Dmotorcomm.c1319 phydev->autoneg_complete = ret & BMSR_ANEGCOMPLETE ? 1 : 0;
/linux-master/include/uapi/linux/
H A Dmii.h60 #define BMSR_ANEGCOMPLETE 0x0020 /* Auto-negotiation complete */ macro
H A Dmdio.h130 #define MDIO_AN_STAT1_COMPLETE BMSR_ANEGCOMPLETE
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dvsc8211.c162 } else if (status & BMSR_ANEGCOMPLETE) {
238 } else if (status & BMSR_ANEGCOMPLETE) {
/linux-master/drivers/net/dsa/b53/
H A Db53_serdes.c131 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE);
/linux-master/drivers/net/
H A Dmii.c95 if (bmsr & BMSR_ANEGCOMPLETE) {
180 if (bmsr & BMSR_ANEGCOMPLETE) {
H A Dsungem_phy.c382 if (phy->autoneg && !(status & BMSR_ANEGCOMPLETE))
/linux-master/drivers/net/pcs/
H A Dpcs-lynx.c74 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE);
/linux-master/drivers/net/ethernet/ibm/emac/
H A Dphy.c215 if (phy->autoneg == AUTONEG_ENABLE && !(status & BMSR_ANEGCOMPLETE))
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dserdes.c54 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE);
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_port.c314 bmsr |= BMSR_ANEGCOMPLETE;
/linux-master/drivers/net/ethernet/dlink/
H A Ddl2k.c1501 if (!(bmsr & BMSR_ANEGCOMPLETE)) {
1674 if (!(bmsr & BMSR_ANEGCOMPLETE)) {
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dmac.c1042 if (!(mii_status_reg & BMSR_ANEGCOMPLETE)) {
H A Dphy.c1752 if (phy_status & BMSR_ANEGCOMPLETE)
/linux-master/drivers/net/ethernet/tundra/
H A Dtsi108_eth.c256 if ((val & BMSR_ANEGCOMPLETE) == 0)
/linux-master/drivers/net/ethernet/sis/
H A Dsis190.c938 if (!(val & BMSR_ANEGCOMPLETE) && tp->link_status != LNK_AUTONEG) {
/linux-master/drivers/net/dsa/microchip/
H A Dksz8795.c858 data |= BMSR_ANEGCOMPLETE;
/linux-master/drivers/net/ethernet/sun/
H A Dsunhme.c760 if (hp->sw_bmsr & BMSR_ANEGCOMPLETE) {

Completed in 315 milliseconds

12