HomeSort by relevance Sort by last modified time
    Searched refs:io_addrs (Results 1 - 11 of 11) sorted by null

  /external/grub/netboot/
tiara.c 225 static unsigned short io_addrs[] = { local
238 probe_addrs = io_addrs;
otulip.c 341 struct nic *otulip_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci)
345 if (io_addrs == 0 || *io_addrs == 0)
349 ioaddr = *io_addrs;
davicom.c 166 struct nic *davicom_probe(struct nic *nic, unsigned short *io_addrs,
658 struct nic *davicom_probe(struct nic *nic, unsigned short *io_addrs,
666 if (io_addrs == 0 || *io_addrs == 0)
671 ioaddr = *io_addrs;
natsemi.c 221 struct nic *natsemi_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci);
250 natsemi_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci)
256 if (io_addrs == 0 || *io_addrs == 0)
261 ioaddr = *io_addrs & ~3;
sis900.c 121 struct nic *sis900_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci);
222 struct nic *sis900_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci)
231 if (io_addrs == 0 || *io_addrs == 0)
234 ioaddr = *io_addrs & ~3;
fa311.c 122 struct nic * fa311_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci)
134 if (io_addrs == 0 || *io_addrs == 0)
ni5010.c 351 static unsigned short io_addrs[] = { local
357 probe_addrs = io_addrs;
i82586.c 542 static unsigned short io_addrs[] = { 0x300, 0x320, 0x340, 0x280, 0 }; local
562 probe_addrs = io_addrs;
653 static unsigned short io_addrs[] = { local
669 probe_addrs = io_addrs;
797 static unsigned short io_addrs[] = { local
805 probe_addrs = io_addrs;
lance.c 516 static unsigned short io_addrs[] = { 0x300, 0x320, 0x340, 0x360, 0 }; local
524 probe_addrs = io_addrs;
sk_g16.c 747 static unsigned short io_addrs[] = SK_IO_PORTS; local
752 probe_addrs = io_addrs;
tulip.c 484 struct nic *tulip_probe(struct nic *nic, unsigned short *io_addrs,
    [all...]

Completed in 74 milliseconds