Searched refs:sw_bmsr (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsunhme.c710 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR);
711 if (hp->sw_bmsr & BMSR_ANEGCOMPLETE) {
735 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR);
736 if (hp->sw_bmsr & BMSR_LSTATUS) {
761 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR);
784 if (hp->sw_bmsr & BMSR_LSTATUS) {
1033 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR);
1278 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR);
1287 if (hp->sw_bmsr & BMSR_10HALF)
1292 if (hp->sw_bmsr
[all...]
H A Dsunbmac.c537 bp->sw_bmsr = bigmac_tcvr_read(bp, tregs, BIGMAC_BMSR);
539 if (bp->sw_bmsr & BMSR_LSTATUS) {
591 bp->sw_bmsr = bigmac_tcvr_read(bp, tregs, BIGMAC_BMSR);
1063 bp->sw_bmsr = bigmac_tcvr_read(bp, bp->tregs, BIGMAC_BMSR);
1066 return (bp->sw_bmsr & BMSR_LSTATUS);
H A Dsunbmac.h325 unsigned short sw_bmsr; /* SW copy of PHY BMSR */ member in struct:bigmac
H A Dsunhme.h440 unsigned short sw_bmsr; /* SW copy of BMSR */ member in struct:happy_meal

Completed in 112 milliseconds