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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip22/
H A Dip22-platform.c96 static struct sgiseeq_platform_data eth0_pd; variable in typeref:struct:sgiseeq_platform_data
104 .platform_data = &eth0_pd,
138 eth0_pd.hpc = hpc3c0;
139 eth0_pd.irq = SGI_ENET_IRQ;
144 eth0_pd.mac[2 * i] = tmp >> 8;
145 eth0_pd.mac[2 * i + 1] = tmp & 0xff;

Completed in 22 milliseconds