Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/
H A Dfsg-setup.c151 static struct eth_plat_info fsg_plat_eth[] = { variable
168 .platform_data = fsg_plat_eth,
176 .platform_data = fsg_plat_eth + 1,
263 fsg_plat_eth[0].hwaddr[i] = readb(f + 0x3C0422 + i); in fsg_init()
264 fsg_plat_eth[1].hwaddr[i] = readb(f + 0x3C043B + i); in fsg_init()
274 fsg_plat_eth[0].hwaddr[0] = readb(f + 0x3C0421); in fsg_init()
275 fsg_plat_eth[0].hwaddr[1] = readb(f + 0x3C0420); in fsg_init()
276 fsg_plat_eth[0].hwaddr[2] = readb(f + 0x3C0427); in fsg_init()
277 fsg_plat_eth[0].hwaddr[3] = readb(f + 0x3C0426); in fsg_init()
278 fsg_plat_eth[0].hwaddr[4] = readb(f + 0x3C0425); in fsg_init()
[all …]