Lines Matching refs:fsg_plat_eth
135 static struct eth_plat_info fsg_plat_eth[] = { variable
152 .platform_data = fsg_plat_eth,
158 .platform_data = fsg_plat_eth + 1,
243 fsg_plat_eth[0].hwaddr[i] = readb(f + 0x3C0422 + i); in fsg_init()
244 fsg_plat_eth[1].hwaddr[i] = readb(f + 0x3C043B + i); in fsg_init()
254 fsg_plat_eth[0].hwaddr[0] = readb(f + 0x3C0421); in fsg_init()
255 fsg_plat_eth[0].hwaddr[1] = readb(f + 0x3C0420); in fsg_init()
256 fsg_plat_eth[0].hwaddr[2] = readb(f + 0x3C0427); in fsg_init()
257 fsg_plat_eth[0].hwaddr[3] = readb(f + 0x3C0426); in fsg_init()
258 fsg_plat_eth[0].hwaddr[4] = readb(f + 0x3C0425); in fsg_init()
259 fsg_plat_eth[0].hwaddr[5] = readb(f + 0x3C0424); in fsg_init()
261 fsg_plat_eth[1].hwaddr[0] = readb(f + 0x3C0439); in fsg_init()
262 fsg_plat_eth[1].hwaddr[1] = readb(f + 0x3C043F); in fsg_init()
263 fsg_plat_eth[1].hwaddr[2] = readb(f + 0x3C043E); in fsg_init()
264 fsg_plat_eth[1].hwaddr[3] = readb(f + 0x3C043D); in fsg_init()
265 fsg_plat_eth[1].hwaddr[4] = readb(f + 0x3C043C); in fsg_init()
266 fsg_plat_eth[1].hwaddr[5] = readb(f + 0x3C0443); in fsg_init()
271 fsg_plat_eth[0].hwaddr); in fsg_init()
273 fsg_plat_eth[1].hwaddr); in fsg_init()