Searched refs:sw_bmsr (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/sun/
H A Dsunhme.c613 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR);
623 if (hp->sw_bmsr & BMSR_10HALF)
628 if (hp->sw_bmsr & BMSR_10FULL)
632 if (hp->sw_bmsr & BMSR_100HALF)
636 if (hp->sw_bmsr & BMSR_100FULL)
759 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR);
760 if (hp->sw_bmsr & BMSR_ANEGCOMPLETE) {
790 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR);
791 if (hp->sw_bmsr & BMSR_LSTATUS) {
816 hp->sw_bmsr
[all...]
H A Dsunbmac.h309 unsigned short sw_bmsr; /* SW copy of PHY BMSR */ member in struct:bigmac
H A Dsunbmac.c535 bp->sw_bmsr = bigmac_tcvr_read(bp, tregs, MII_BMSR);
537 if (bp->sw_bmsr & BMSR_LSTATUS) {
589 bp->sw_bmsr = bigmac_tcvr_read(bp, tregs, MII_BMSR);
1050 bp->sw_bmsr = bigmac_tcvr_read(bp, bp->tregs, MII_BMSR);
1053 return (bp->sw_bmsr & BMSR_LSTATUS);
H A Dsunhme.h440 unsigned short sw_bmsr; /* SW copy of BMSR */ member in struct:happy_meal

Completed in 131 milliseconds