Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/sgi-ip22/
Dip22-platform.c118 static struct sgiseeq_platform_data eth1_pd; variable
126 .platform_data = &eth1_pd,
164 eth1_pd.hpc = hpc3c1; in sgiseeq_devinit()
165 eth1_pd.irq = SGI_GIO_0_IRQ; in sgiseeq_devinit()
171 eth1_pd.mac[2 * i] = tmp >> 8; in sgiseeq_devinit()
172 eth1_pd.mac[2 * i + 1] = tmp & 0xff; in sgiseeq_devinit()