Lines Matching refs:sw_bmsr
726 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_timer()
727 if (hp->sw_bmsr & BMSR_ANEGCOMPLETE) { in happy_meal_timer()
757 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_timer()
758 if (hp->sw_bmsr & BMSR_LSTATUS) { in happy_meal_timer()
783 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_timer()
806 if (hp->sw_bmsr & BMSR_LSTATUS) { in happy_meal_timer()
1055 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_tcvr_reset()
1306 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_begin_auto_negotiation()
1316 if (hp->sw_bmsr & BMSR_10HALF) in happy_meal_begin_auto_negotiation()
1321 if (hp->sw_bmsr & BMSR_10FULL) in happy_meal_begin_auto_negotiation()
1325 if (hp->sw_bmsr & BMSR_100HALF) in happy_meal_begin_auto_negotiation()
1329 if (hp->sw_bmsr & BMSR_100FULL) in happy_meal_begin_auto_negotiation()
1740 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_set_initial_advertisement()
1744 if (hp->sw_bmsr & BMSR_10HALF) in happy_meal_set_initial_advertisement()
1749 if (hp->sw_bmsr & BMSR_10FULL) in happy_meal_set_initial_advertisement()
1753 if (hp->sw_bmsr & BMSR_100HALF) in happy_meal_set_initial_advertisement()
1757 if (hp->sw_bmsr & BMSR_100FULL) in happy_meal_set_initial_advertisement()
2541 return hp->sw_bmsr & BMSR_LSTATUS; in hme_get_link()