Searched refs:probeaddrs (Results 1 - 6 of 6) sorted by relevance

/external/grub/netboot/
H A Depic100.c105 epic100_probe(struct nic *nic, unsigned short *probeaddrs) argument
113 if (probeaddrs == 0 || probeaddrs[0] == 0)
121 ioaddr = probeaddrs[0] & ~3; /* Mask the bit that says "this is an io addr" */
H A D3c595.c453 struct nic *t595_probe(struct nic *nic, unsigned short *probeaddrs, struct pci_device *pci) argument
458 if (probeaddrs == 0 || probeaddrs[0] == 0)
460 /* eth_nic_base = probeaddrs[0] & ~3; */
H A Deepro100.c481 struct nic *eepro100_probe(struct nic *nic, unsigned short *probeaddrs, struct pci_device *p) argument
494 if (probeaddrs == 0 || probeaddrs[0] == 0)
496 ioaddr = probeaddrs[0] & ~3; /* Mask the bit that says "this is an io addr" */
H A Drtl8139.c174 struct nic *rtl8139_probe(struct nic *nic, unsigned short *probeaddrs,
184 struct nic *rtl8139_probe(struct nic *nic, unsigned short *probeaddrs, argument
195 ioaddr = probeaddrs[0] & ~3;
H A D3c90x.c680 a3c90x_probe(struct nic *nic, unsigned short *probeaddrs, struct pci_device *pci) argument
688 if (probeaddrs == 0 || probeaddrs[0] == 0)
693 INF_3C90X.IOAddr = probeaddrs[0] & ~3;
H A Dvia-rhine.c858 rhine_probe (struct nic *nic, unsigned short *probeaddrs, argument

Completed in 67 milliseconds