Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Dtah.h73 int tah_attach(struct platform_device *ofdev, int channel);
83 # define tah_attach(x,y) (-ENXIO) macro
H A Dtah.c25 int tah_attach(struct platform_device *ofdev, int channel) in tah_attach() function
H A Dcore.c3149 (err = tah_attach(dev->tah_dev, dev->tah_port)) != 0) in emac_probe()