Searched refs:PHY_CONF_10HDX (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.c96 #define PHY_CONF_10HDX 0x0010 /* 10 Mbit half duplex supported */ macro
853 s |= PHY_CONF_10HDX;
1427 if (s & PHY_CONF_10HDX)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Dfec.c268 #define PHY_CONF_10HDX 0x0010 /* 10 Mbit half duplex supported */ macro
881 *s |= PHY_CONF_10HDX;
1257 if (*s & PHY_CONF_10HDX)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dfec.c290 #define PHY_CONF_10HDX 0x0010 /* 10 Mbit half duplex supported */ macro
811 status |= PHY_CONF_10HDX;
1953 if (status & PHY_CONF_10HDX)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fec_8xx/
H A Dfec_8xx.h51 #define PHY_CONF_10HDX 0x0010 /* 10 Mbit half duplex supported */ macro

Completed in 177 milliseconds