Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.h331 extern int pci_find_capability(struct pci_device *dev, int cap);
H A Dpci.c495 int pci_find_capability(struct pci_device *dev, int cap) in pci_find_capability() function
H A De1000.c3583 if(pci_find_capability(p, i) & IORESOURCE_IO) {
H A Dtg3.c3174 pm_cap = pci_find_capability(pdev, PCI_CAP_ID_PM); in tg3_probe()