Searched refs:sh_eth_plat (Results 1 – 2 of 2) sorted by relevance
376 static struct sh_eth_plat_data sh_eth_plat = { variable386 .platform_data = &sh_eth_plat,643 sh_eth_plat.mac_addr[i << 1] = mac & 0xff; in sh_eth_init()644 sh_eth_plat.mac_addr[(i << 1) + 1] = mac >> 8; in sh_eth_init()
161 static struct sh_eth_plat_data sh_eth_plat = { variable172 .platform_data = &sh_eth_plat,1443 sh_eth_init(&sh_eth_plat); in devices_setup()