Home
last modified time | relevance | path

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

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