Searched refs:probeaddrs (Results 1 – 6 of 6) sorted by relevance
/external/grub/netboot/ |
D | epic100.c | 105 epic100_probe(struct nic *nic, unsigned short *probeaddrs) in epic100_probe() argument 113 if (probeaddrs == 0 || probeaddrs[0] == 0) in epic100_probe() 121 ioaddr = probeaddrs[0] & ~3; /* Mask the bit that says "this is an io addr" */ in epic100_probe()
|
D | eepro100.c | 481 struct nic *eepro100_probe(struct nic *nic, unsigned short *probeaddrs, struct pci_device *p) in eepro100_probe() argument 494 if (probeaddrs == 0 || probeaddrs[0] == 0) in eepro100_probe() 496 ioaddr = probeaddrs[0] & ~3; /* Mask the bit that says "this is an io addr" */ in eepro100_probe()
|
D | 3c595.c | 453 struct nic *t595_probe(struct nic *nic, unsigned short *probeaddrs, struct pci_device *pci) in t595_probe() argument 458 if (probeaddrs == 0 || probeaddrs[0] == 0) in t595_probe()
|
D | rtl8139.c | 174 struct nic *rtl8139_probe(struct nic *nic, unsigned short *probeaddrs, 184 struct nic *rtl8139_probe(struct nic *nic, unsigned short *probeaddrs, in rtl8139_probe() argument 195 ioaddr = probeaddrs[0] & ~3; in rtl8139_probe()
|
D | 3c90x.c | 680 a3c90x_probe(struct nic *nic, unsigned short *probeaddrs, struct pci_device *pci) in a3c90x_probe() argument 688 if (probeaddrs == 0 || probeaddrs[0] == 0) in a3c90x_probe() 693 INF_3C90X.IOAddr = probeaddrs[0] & ~3; in a3c90x_probe()
|
D | via-rhine.c | 858 rhine_probe (struct nic *nic, unsigned short *probeaddrs, in rhine_probe() argument
|