Searched refs:eth1_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.c117 static struct sgiseeq_platform_data eth1_pd; variable in typeref:struct:sgiseeq_platform_data
125 .platform_data = &eth1_pd,
163 eth1_pd.hpc = hpc3c1;
164 eth1_pd.irq = SGI_GIO_0_IRQ;
170 eth1_pd.mac[2 * i] = tmp >> 8;
171 eth1_pd.mac[2 * i + 1] = tmp & 0xff;

Completed in 39 milliseconds