Searched refs:PHY_CONF_10FDX (Results 1 - 4 of 4) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8260_io/
H A Dfcc_enet.c97 #define PHY_CONF_10FDX 0x0020 /* 10 Mbit full duplex supported */ macro
855 s |= PHY_CONF_10FDX;
1425 if (s & PHY_CONF_10FDX)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Dfec.c269 #define PHY_CONF_10FDX 0x0020 /* 10 Mbit full duplex supported */ macro
883 *s |= PHY_CONF_10FDX;
1255 if (*s & PHY_CONF_10FDX)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dfec.c291 #define PHY_CONF_10FDX 0x0020 /* 10 Mbit full duplex supported */ macro
813 status |= PHY_CONF_10FDX;
1951 if (status & PHY_CONF_10FDX)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fec_8xx/
H A Dfec_8xx.h52 #define PHY_CONF_10FDX 0x0020 /* 10 Mbit full duplex supported */ macro

Completed in 75 milliseconds