Searched refs:PHY_STAT_FAULT (Results 1 - 4 of 4) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8260_io/
H A Dfcc_enet.c102 #define PHY_STAT_FAULT 0x0200 /* 1 remote fault */ macro
818 s &= ~(PHY_STAT_LINK | PHY_STAT_FAULT | PHY_STAT_ANC);
823 s |= PHY_STAT_FAULT;
1010 s |= PHY_STAT_FAULT;
1400 if (s & PHY_STAT_FAULT)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Dfec.c274 #define PHY_STAT_FAULT 0x0200 /* 1 remote fault */ macro
848 *s &= ~(PHY_STAT_LINK | PHY_STAT_FAULT | PHY_STAT_ANC);
853 *s |= PHY_STAT_FAULT;
995 *s |= PHY_STAT_FAULT;
1231 if (*s & PHY_STAT_FAULT)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dfec.c296 #define PHY_STAT_FAULT 0x0200 /* 1 remote fault */ macro
775 status = *s & ~(PHY_STAT_LINK | PHY_STAT_FAULT | PHY_STAT_ANC);
780 status |= PHY_STAT_FAULT;
929 status |= PHY_STAT_FAULT;
1180 *s |= PHY_STAT_FAULT;
1924 if (*s & PHY_STAT_FAULT)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fec_8xx/
H A Dfec_8xx.h57 #define PHY_STAT_FAULT 0x0200 /* 1 remote fault */ macro

Completed in 96 milliseconds