Searched refs:sw_bmcr (Results 1 – 4 of 4) sorted by relevance
496 if (bp->sw_bmcr & BMCR_SPEED100) { in try_next_permutation()502 bp->sw_bmcr = (BMCR_RESET); in try_next_permutation()508 if ((bp->sw_bmcr & BMCR_RESET) == 0) in try_next_permutation()518 bp->sw_bmcr &= ~(BMCR_SPEED100); in try_next_permutation()540 (bp->sw_bmcr & BMCR_SPEED100) ? in bigmac_timer()590 bp->sw_bmcr = bigmac_tcvr_read(bp, tregs, MII_BMCR); in bigmac_begin_auto_negotiation()594 bigmac_tcvr_write(bp, tregs, MII_BMCR, bp->sw_bmcr); in bigmac_begin_auto_negotiation()595 bp->sw_bmcr = (BMCR_RESET); in bigmac_begin_auto_negotiation()596 bigmac_tcvr_write(bp, tregs, MII_BMCR, bp->sw_bmcr); in bigmac_begin_auto_negotiation()601 if ((bp->sw_bmcr & BMCR_RESET) == 0) in bigmac_begin_auto_negotiation()[all …]
577 if (hp->sw_bmcr & BMCR_SPEED100) in display_forced_link_mode()581 if (hp->sw_bmcr & BMCR_FULLDPLX) in display_forced_link_mode()684 hp->sw_bmcr = BMCR_SPEED100; in happy_meal_timer()1018 hp->sw_bmcr = result; in happy_meal_tcvr_reset()1036 hp->sw_bmcr &= ~(BMCR_ISOLATE); in happy_meal_tcvr_reset()1329 hp->sw_bmcr |= BMCR_ANENABLE; in happy_meal_begin_auto_negotiation()1333 hp->sw_bmcr |= BMCR_ANRESTART; in happy_meal_begin_auto_negotiation()1365 hp->sw_bmcr = BMCR_SPEED100; in happy_meal_begin_auto_negotiation()1370 hp->sw_bmcr = 0; in happy_meal_begin_auto_negotiation()1874 hp->sw_bmcr |= BMCR_SPEED100; in happy_meal_mif_interrupt()[all …]
310 unsigned short sw_bmcr; /* SW copy of PHY BMCR */ member
439 unsigned short sw_bmcr; /* SW copy of BMCR */ member
Completed in 16 milliseconds