Lines Matching refs:sw_bmsr
613 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 = happy_meal_tcvr_read(hp, tregs, MII_BMSR);
839 if (hp->sw_bmsr & BMSR_LSTATUS) {
1050 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR);
1560 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR);
1564 if (hp->sw_bmsr & BMSR_10HALF)
1569 if (hp->sw_bmsr & BMSR_10FULL)
1573 if (hp->sw_bmsr & BMSR_100HALF)
1577 if (hp->sw_bmsr & BMSR_100FULL)
2224 return hp->sw_bmsr & BMSR_LSTATUS;