Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-sa1100/
H A Dneponset.c79 struct platform_device *smc91x; member
364 d->smc91x = platform_device_register_full(&smc91x_devinfo); in neponset_probe()
386 if (!IS_ERR(d->smc91x)) in neponset_remove()
387 platform_device_unregister(d->smc91x); in neponset_remove()
/openbmc/linux/drivers/net/ethernet/smsc/
H A DMakefile7 obj-$(CONFIG_SMC91X) += smc91x.o
H A DKconfig52 The module will be called smc91x. If you want to compile it as a
/openbmc/linux/arch/m68k/
H A DKconfig.devices68 option in the network device section; the module will be called smc91x.
/openbmc/linux/
H A DCREDITS3085 D: unified SMC 91C9x/91C11x ethernet driver (smc91x)
H A DMAINTAINERS19790 F: drivers/net/ethernet/smsc/smc91x.*