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()
1304 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_begin_auto_negotiation()
1314 if (hp->sw_bmsr & BMSR_10HALF) in happy_meal_begin_auto_negotiation()
1319 if (hp->sw_bmsr & BMSR_10FULL) in happy_meal_begin_auto_negotiation()
1323 if (hp->sw_bmsr & BMSR_100HALF) in happy_meal_begin_auto_negotiation()
1327 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()
2536 return hp->sw_bmsr & BMSR_LSTATUS; in hme_get_link()