fsg_plat_eth      135 arch/arm/mach-ixp4xx/fsg-setup.c static struct eth_plat_info fsg_plat_eth[] = {
fsg_plat_eth      152 arch/arm/mach-ixp4xx/fsg-setup.c 			.platform_data	= fsg_plat_eth,
fsg_plat_eth      158 arch/arm/mach-ixp4xx/fsg-setup.c 			.platform_data	= fsg_plat_eth + 1,
fsg_plat_eth      243 arch/arm/mach-ixp4xx/fsg-setup.c 			fsg_plat_eth[0].hwaddr[i] = readb(f + 0x3C0422 + i);
fsg_plat_eth      244 arch/arm/mach-ixp4xx/fsg-setup.c 			fsg_plat_eth[1].hwaddr[i] = readb(f + 0x3C043B + i);
fsg_plat_eth      254 arch/arm/mach-ixp4xx/fsg-setup.c 		fsg_plat_eth[0].hwaddr[0] = readb(f + 0x3C0421);
fsg_plat_eth      255 arch/arm/mach-ixp4xx/fsg-setup.c 		fsg_plat_eth[0].hwaddr[1] = readb(f + 0x3C0420);
fsg_plat_eth      256 arch/arm/mach-ixp4xx/fsg-setup.c 		fsg_plat_eth[0].hwaddr[2] = readb(f + 0x3C0427);
fsg_plat_eth      257 arch/arm/mach-ixp4xx/fsg-setup.c 		fsg_plat_eth[0].hwaddr[3] = readb(f + 0x3C0426);
fsg_plat_eth      258 arch/arm/mach-ixp4xx/fsg-setup.c 		fsg_plat_eth[0].hwaddr[4] = readb(f + 0x3C0425);
fsg_plat_eth      259 arch/arm/mach-ixp4xx/fsg-setup.c 		fsg_plat_eth[0].hwaddr[5] = readb(f + 0x3C0424);
fsg_plat_eth      261 arch/arm/mach-ixp4xx/fsg-setup.c 		fsg_plat_eth[1].hwaddr[0] = readb(f + 0x3C0439);
fsg_plat_eth      262 arch/arm/mach-ixp4xx/fsg-setup.c 		fsg_plat_eth[1].hwaddr[1] = readb(f + 0x3C043F);
fsg_plat_eth      263 arch/arm/mach-ixp4xx/fsg-setup.c 		fsg_plat_eth[1].hwaddr[2] = readb(f + 0x3C043E);
fsg_plat_eth      264 arch/arm/mach-ixp4xx/fsg-setup.c 		fsg_plat_eth[1].hwaddr[3] = readb(f + 0x3C043D);
fsg_plat_eth      265 arch/arm/mach-ixp4xx/fsg-setup.c 		fsg_plat_eth[1].hwaddr[4] = readb(f + 0x3C043C);
fsg_plat_eth      266 arch/arm/mach-ixp4xx/fsg-setup.c 		fsg_plat_eth[1].hwaddr[5] = readb(f + 0x3C0443);
fsg_plat_eth      271 arch/arm/mach-ixp4xx/fsg-setup.c 	       fsg_plat_eth[0].hwaddr);
fsg_plat_eth      273 arch/arm/mach-ixp4xx/fsg-setup.c 	       fsg_plat_eth[1].hwaddr);