Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/sgi-ip22/
H A Dip22-platform.c131 static struct sgiseeq_platform_data eth1_pd; variable
139 .platform_data = &eth1_pd,
177 eth1_pd.hpc = hpc3c1; in sgiseeq_devinit()
178 eth1_pd.irq = SGI_GIO_0_IRQ; in sgiseeq_devinit()
184 eth1_pd.mac[2 * i] = tmp >> 8; in sgiseeq_devinit()
185 eth1_pd.mac[2 * i + 1] = tmp & 0xff; in sgiseeq_devinit()