Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/sgi-ip22/
Dip22-platform.c97 static struct sgiseeq_platform_data eth0_pd; variable
105 .platform_data = &eth0_pd,
139 eth0_pd.hpc = hpc3c0; in sgiseeq_devinit()
140 eth0_pd.irq = SGI_ENET_IRQ; in sgiseeq_devinit()
145 eth0_pd.mac[2 * i] = tmp >> 8; in sgiseeq_devinit()
146 eth0_pd.mac[2 * i + 1] = tmp & 0xff; in sgiseeq_devinit()