Lines Matching refs:sw_bmsr
725 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_timer()
726 if (hp->sw_bmsr & BMSR_ANEGCOMPLETE) { in happy_meal_timer()
756 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_timer()
757 if (hp->sw_bmsr & BMSR_LSTATUS) { in happy_meal_timer()
782 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_timer()
805 if (hp->sw_bmsr & BMSR_LSTATUS) { in happy_meal_timer()
1054 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_tcvr_reset()
1305 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_begin_auto_negotiation()
1315 if (hp->sw_bmsr & BMSR_10HALF) in happy_meal_begin_auto_negotiation()
1320 if (hp->sw_bmsr & BMSR_10FULL) in happy_meal_begin_auto_negotiation()
1324 if (hp->sw_bmsr & BMSR_100HALF) in happy_meal_begin_auto_negotiation()
1328 if (hp->sw_bmsr & BMSR_100FULL) in happy_meal_begin_auto_negotiation()
1739 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_set_initial_advertisement()
1743 if (hp->sw_bmsr & BMSR_10HALF) in happy_meal_set_initial_advertisement()
1748 if (hp->sw_bmsr & BMSR_10FULL) in happy_meal_set_initial_advertisement()
1752 if (hp->sw_bmsr & BMSR_100HALF) in happy_meal_set_initial_advertisement()
1756 if (hp->sw_bmsr & BMSR_100FULL) in happy_meal_set_initial_advertisement()
2540 return hp->sw_bmsr & BMSR_LSTATUS; in hme_get_link()