Lines Matching refs:sw_bmsr
682 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_timer()
683 if (hp->sw_bmsr & BMSR_ANEGCOMPLETE) { in happy_meal_timer()
713 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_timer()
714 if (hp->sw_bmsr & BMSR_LSTATUS) { in happy_meal_timer()
739 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_timer()
762 if (hp->sw_bmsr & BMSR_LSTATUS) { in happy_meal_timer()
1011 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_tcvr_reset()
1262 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_begin_auto_negotiation()
1272 if (hp->sw_bmsr & BMSR_10HALF) in happy_meal_begin_auto_negotiation()
1277 if (hp->sw_bmsr & BMSR_10FULL) in happy_meal_begin_auto_negotiation()
1281 if (hp->sw_bmsr & BMSR_100HALF) in happy_meal_begin_auto_negotiation()
1285 if (hp->sw_bmsr & BMSR_100FULL) in happy_meal_begin_auto_negotiation()
1696 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_set_initial_advertisement()
1700 if (hp->sw_bmsr & BMSR_10HALF) in happy_meal_set_initial_advertisement()
1705 if (hp->sw_bmsr & BMSR_10FULL) in happy_meal_set_initial_advertisement()
1709 if (hp->sw_bmsr & BMSR_100HALF) in happy_meal_set_initial_advertisement()
1713 if (hp->sw_bmsr & BMSR_100FULL) in happy_meal_set_initial_advertisement()
2497 return hp->sw_bmsr & BMSR_LSTATUS; in hme_get_link()