Home
last modified time | relevance | path

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

/arch/powerpc/platforms/chrp/
Dpegasos_eth.c60 static struct mv643xx_eth_platform_data eth0_pd = { variable
79 .platform_data = &eth0_pd,
194 eth0_pd.tx_sram_addr = 0; in mv643xx_eth_add_pds()
195 eth0_pd.tx_sram_size = 0; in mv643xx_eth_add_pds()
196 eth0_pd.rx_sram_addr = 0; in mv643xx_eth_add_pds()
197 eth0_pd.rx_sram_size = 0; in mv643xx_eth_add_pds()
/arch/mips/sgi-ip22/
Dip22-platform.c96 static struct sgiseeq_platform_data eth0_pd; variable
104 .platform_data = &eth0_pd,
138 eth0_pd.hpc = hpc3c0; in sgiseeq_devinit()
139 eth0_pd.irq = SGI_ENET_IRQ; in sgiseeq_devinit()
144 eth0_pd.mac[2 * i] = tmp >> 8; in sgiseeq_devinit()
145 eth0_pd.mac[2 * i + 1] = tmp & 0xff; in sgiseeq_devinit()