Searched refs:probe_addrs (Results 1 - 13 of 13) sorted by relevance

/external/grub/netboot/
H A Dtiara.c222 struct nic *tiara_probe(struct nic *nic, unsigned short *probe_addrs) argument
236 /* if probe_addrs is 0, then routine can use a hardwired default */
237 if (probe_addrs == 0)
238 probe_addrs = io_addrs;
239 for (p = probe_addrs; (ioaddr = *p) != 0; ++p)
H A Dsmc9000.c385 struct nic *smc9000_probe(struct nic *nic, unsigned short *probe_addrs) argument
414 if (probe_addrs == 0 || probe_addrs[0] == 0)
415 probe_addrs = portlist;
418 for (i = 0; probe_addrs[i]; i++) {
420 if (smc_probe(probe_addrs[i]) == 0)
421 smc9000_base = probe_addrs[i];
H A Dni5010.c349 struct nic *ni5010_probe(struct nic *nic, unsigned short *probe_addrs) argument
355 /* if probe_addrs is 0, then use list above */
356 if (probe_addrs == 0 || *probe_addrs == 0)
357 probe_addrs = io_addrs;
358 for (p = probe_addrs; (ioaddr = *p) != 0; p++) {
H A Di82586.c538 struct nic *t507_probe(struct nic *nic, unsigned short *probe_addrs) argument
560 /* if probe_addrs is 0, then routine can use a hardwired default */
561 if (probe_addrs == 0)
562 probe_addrs = io_addrs;
563 for (p = probe_addrs; (ioaddr = *p) != 0; ++p)
650 struct nic *ni5210_probe(struct nic *nic, unsigned short *probe_addrs) argument
667 /* if probe_addrs is 0, then routine can use a hardwired default */
668 if (probe_addrs == 0)
669 probe_addrs = io_addrs;
670 for (p = probe_addrs; (ioadd
794 exos205_probe(struct nic *nic, unsigned short *probe_addrs) argument
[all...]
H A Dlance.c505 struct nic *lancepci_probe(struct nic *nic, unsigned short *probe_addrs, struct pci_device *pci)
508 struct nic *ne2100_probe(struct nic *nic, unsigned short *probe_addrs)
511 struct nic *ni6510_probe(struct nic *nic, unsigned short *probe_addrs) argument
519 /* if probe_addrs is 0, then routine can use a hardwired default */
520 if (probe_addrs == 0) {
524 probe_addrs = io_addrs;
527 for (p = probe_addrs; (ioaddr = *p) != 0; ++p)
H A Ddepca.c732 struct nic *depca_probe(struct nic *nic, unsigned short *probe_addrs) argument
737 if (probe_addrs == 0 || probe_addrs[0] == 0)
738 probe_addrs = base; /* Use defaults */
H A Deepro.c564 struct nic *eepro_probe(struct nic *nic, unsigned short *probe_addrs) argument
571 if (probe_addrs == 0 || probe_addrs[0] == 0)
572 probe_addrs = ioaddrs;
573 for (p = probe_addrs; (ioaddr = *p) != 0; p++) {
H A Dsk_g16.c476 struct nic *SK_probe(struct nic *nic, unsigned short *probe_addrs);
744 struct nic *SK_probe(struct nic *nic, unsigned short *probe_addrs) argument
748 /* if probe_addrs is 0, then routine can use a hardwired default */
751 if (probe_addrs == 0)
752 probe_addrs = io_addrs;
753 for (p = probe_addrs; (ioaddr = *p) != 0; ++p)
H A Dw89c840.c606 struct nic *w89c840_probe(struct nic *nic, unsigned short *probe_addrs, struct pci_device *p) argument
614 if (probe_addrs == 0 || probe_addrs[0] == 0)
617 ioaddr = probe_addrs[0]; /* Mask the bit that says "this is an io addr" */
625 /* if probe_addrs is 0, then routine can use a hardwired default */
H A Dns8390.c530 struct nic *eth_probe(struct nic *nic, unsigned short *probe_addrs, argument
533 struct nic *eth_probe(struct nic *nic, unsigned short *probe_addrs)
765 if (probe_addrs == 0 || probe_addrs[0] == 0)
766 probe_addrs = base;
768 for (idx = 0; (eth_nic_base = probe_addrs[idx]) != 0; ++idx) {
H A D3c509.c383 struct nic *t529_probe(struct nic *nic, unsigned short *probe_addrs) argument
385 struct nic *t509_probe(struct nic *nic, unsigned short *probe_addrs)
H A Dcs89x0.c441 struct nic *cs89x0_probe(struct nic *nic, unsigned short *probe_addrs) argument
H A Dtlan.c1244 struct nic *tlan_probe(struct nic *nic, unsigned short *probe_addrs, argument
1247 /* if probe_addrs is 0, then routine can use a hardwired default */

Completed in 324 milliseconds