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

/linux-4.1.27/arch/arm/mach-ixp4xx/
H A Dfsg-setup.c127 static struct eth_plat_info fsg_plat_eth[] = { variable in typeref:struct:eth_plat_info
144 .platform_data = fsg_plat_eth,
150 .platform_data = fsg_plat_eth + 1,
234 fsg_plat_eth[0].hwaddr[i] = readb(f + 0x3C0422 + i); fsg_init()
235 fsg_plat_eth[1].hwaddr[i] = readb(f + 0x3C043B + i); fsg_init()
245 fsg_plat_eth[0].hwaddr[0] = readb(f + 0x3C0421); fsg_init()
246 fsg_plat_eth[0].hwaddr[1] = readb(f + 0x3C0420); fsg_init()
247 fsg_plat_eth[0].hwaddr[2] = readb(f + 0x3C0427); fsg_init()
248 fsg_plat_eth[0].hwaddr[3] = readb(f + 0x3C0426); fsg_init()
249 fsg_plat_eth[0].hwaddr[4] = readb(f + 0x3C0425); fsg_init()
250 fsg_plat_eth[0].hwaddr[5] = readb(f + 0x3C0424); fsg_init()
252 fsg_plat_eth[1].hwaddr[0] = readb(f + 0x3C0439); fsg_init()
253 fsg_plat_eth[1].hwaddr[1] = readb(f + 0x3C043F); fsg_init()
254 fsg_plat_eth[1].hwaddr[2] = readb(f + 0x3C043E); fsg_init()
255 fsg_plat_eth[1].hwaddr[3] = readb(f + 0x3C043D); fsg_init()
256 fsg_plat_eth[1].hwaddr[4] = readb(f + 0x3C043C); fsg_init()
257 fsg_plat_eth[1].hwaddr[5] = readb(f + 0x3C0443); fsg_init()
262 fsg_plat_eth[0].hwaddr); fsg_init()
264 fsg_plat_eth[1].hwaddr); fsg_init()

Completed in 53 milliseconds