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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dfec.h43 unsigned long fec_addr_high; /* High 16bits MAC address */ member in struct:fec
90 unsigned long fec_addr_high; /* High 16bits MAC address */ member in struct:fec
H A Dfec.c1302 *((unsigned short *) &tmpaddr[4]) = (fecp->fec_addr_high >> 16);
1458 *((unsigned short *) &tmpaddr[4]) = (fecp->fec_addr_high >> 16);
1589 *((unsigned short *) &tmpaddr[4]) = (fecp->fec_addr_high >> 16);
1738 *((unsigned short *) &tmpaddr[4]) = (fecp->fec_addr_high >> 16);
2276 fecp->fec_addr_high = (dev->dev_addr[5] << 16) |
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ppc/
H A D8xx_immap.h394 ushort fec_addr_high; /* upper 16 bits of station address */ member in struct:fec
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Dfec.c1763 fecp->fec_addr_high = my_enet_addr[2];

Completed in 52 milliseconds