Lines Matching refs:sw_bmsr
613 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_begin_auto_negotiation()
623 if (hp->sw_bmsr & BMSR_10HALF) in happy_meal_begin_auto_negotiation()
628 if (hp->sw_bmsr & BMSR_10FULL) in happy_meal_begin_auto_negotiation()
632 if (hp->sw_bmsr & BMSR_100HALF) in happy_meal_begin_auto_negotiation()
636 if (hp->sw_bmsr & BMSR_100FULL) in happy_meal_begin_auto_negotiation()
759 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_timer()
760 if (hp->sw_bmsr & BMSR_ANEGCOMPLETE) { in happy_meal_timer()
790 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_timer()
791 if (hp->sw_bmsr & BMSR_LSTATUS) { in happy_meal_timer()
816 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_timer()
839 if (hp->sw_bmsr & BMSR_LSTATUS) { in happy_meal_timer()
1050 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_tcvr_reset()
1560 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_set_initial_advertisement()
1564 if (hp->sw_bmsr & BMSR_10HALF) in happy_meal_set_initial_advertisement()
1569 if (hp->sw_bmsr & BMSR_10FULL) in happy_meal_set_initial_advertisement()
1573 if (hp->sw_bmsr & BMSR_100HALF) in happy_meal_set_initial_advertisement()
1577 if (hp->sw_bmsr & BMSR_100FULL) in happy_meal_set_initial_advertisement()
2224 return hp->sw_bmsr & BMSR_LSTATUS; in hme_get_link()