Searched refs:pci_find_device (Results 1 - 8 of 8) sorted by relevance

/broadcom-cfe-1.4.2/cfe/pci/
H A Dpcivar.h86 int pci_find_device(uint32_t vid, uint32_t did, int enumidx, pcitag_t *tag);
H A Dpciconf.c1495 pci_find_device(uint32_t vid, uint32_t did, int enumidx, pcitag_t *tag) function
/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_bcm1250.c112 if (pci_find_device(0x166d, 0x0001, index, &tag) != 0)
H A Ddev_rtl8139.c908 if (pci_find_device(K_PCI_VENDOR_REALTEK, K_PCI_ID_RTL8139, n, &tag)
H A Ddev_aic6915.c1416 if (pci_find_device(K_PCI_VENDOR_ADAPTEC, K_PCI_ID_AIC6915, n, &tag)
H A Ddev_dp83815.c1842 if (pci_find_device(K_PCI_VENDOR_NSC, K_PCI_ID_DP83815, n, &tag) != 0)
/broadcom-cfe-1.4.2/cfe/ui/
H A Dui_pcicmds.c281 pci_find_device(vid, did, enumidx, &tag);
/broadcom-cfe-1.4.2/cfe/pccons/
H A Dvgainit.c626 ret = pci_find_device(M.x86.R_DX,M.x86.R_CX,M.x86.R_SI,&tag);

Completed in 45 milliseconds