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()
1297 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_begin_auto_negotiation()
1307 if (hp->sw_bmsr & BMSR_10HALF) in happy_meal_begin_auto_negotiation()
1312 if (hp->sw_bmsr & BMSR_10FULL) in happy_meal_begin_auto_negotiation()
1316 if (hp->sw_bmsr & BMSR_100HALF) in happy_meal_begin_auto_negotiation()
1320 if (hp->sw_bmsr & BMSR_100FULL) in happy_meal_begin_auto_negotiation()
1733 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_set_initial_advertisement()
1737 if (hp->sw_bmsr & BMSR_10HALF) in happy_meal_set_initial_advertisement()
1742 if (hp->sw_bmsr & BMSR_10FULL) in happy_meal_set_initial_advertisement()
1746 if (hp->sw_bmsr & BMSR_100HALF) in happy_meal_set_initial_advertisement()
1750 if (hp->sw_bmsr & BMSR_100FULL) in happy_meal_set_initial_advertisement()
2484 return hp->sw_bmsr & BMSR_LSTATUS; in hme_get_link()