Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/sgi-ip22/
H A Dip22-platform.c106 static struct sgiseeq_platform_data eth0_pd; variable
116 .platform_data = &eth0_pd,
152 eth0_pd.hpc = hpc3c0; in sgiseeq_devinit()
153 eth0_pd.irq = SGI_ENET_IRQ; in sgiseeq_devinit()
158 eth0_pd.mac[2 * i] = tmp >> 8; in sgiseeq_devinit()
159 eth0_pd.mac[2 * i + 1] = tmp & 0xff; in sgiseeq_devinit()