Home
last modified time | relevance | path

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

/drivers/net/ethernet/dec/tulip/
Dde4x5.c929 static int test_media(struct net_device *dev, s32 irqs, s32 irq_mask, s32 csr13, s32 csr14, s32…
2578 sts = test_media(dev, irqs, irq_mask, 0xef01, 0xffff, 0x0008, 2400); in dc21041_autoconf()
2625 sts = test_media(dev,irqs, irq_mask, 0xef01, 0xff3f, 0x0008, 2400); in dc21041_autoconf()
2659 sts = test_media(dev,irqs, irq_mask, 0xef09, 0xf73d, 0x000e, 1000); in dc21041_autoconf()
2690 sts = test_media(dev,irqs, irq_mask, 0xef09, 0xf73d, 0x0006, 1000); in dc21041_autoconf()
3038 sts = test_media(dev,irqs, irq_mask, 0, 0, 0, 1000); in dc2114x_autoconf()
3069 sts = test_media(dev,irqs, irq_mask, 0, 0, 0, 1000); in dc2114x_autoconf()
3325 test_media(struct net_device *dev, s32 irqs, s32 irq_mask, s32 csr13, s32 csr14, s32 csr15, s32 mse… in test_media() function