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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-se/7724/
H A Dsetup.c363 static struct sh_eth_plat_data sh_eth_plat = { variable in typeref:struct:sh_eth_plat_data
372 .platform_data = &sh_eth_plat,
632 sh_eth_plat.mac_addr[i << 1] = mac & 0xff;
633 sh_eth_plat.mac_addr[(i << 1) + 1] = mac >> 8;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-ecovec24/
H A Dsetup.c142 static struct sh_eth_plat_data sh_eth_plat = { variable in typeref:struct:sh_eth_plat_data
152 .platform_data = &sh_eth_plat,
1346 sh_eth_init(&sh_eth_plat);

Completed in 27 milliseconds