Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-realview/
Dcore.c101 static struct platform_device realview_eth_device = { variable
110 realview_eth_device.name = name; in realview_eth_register()
111 realview_eth_device.resource = res; in realview_eth_register()
112 if (strcmp(realview_eth_device.name, "smsc911x") == 0) in realview_eth_register()
113 realview_eth_device.dev.platform_data = &smsc911x_config; in realview_eth_register()
115 realview_eth_device.dev.platform_data = &smc91x_platdata; in realview_eth_register()
117 return platform_device_register(&realview_eth_device); in realview_eth_register()