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

/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_ns16550_pci.c102 if (pci_find_class(PCI_CLASS_COMMUNICATIONS, index, &tag) != 0) {
H A Ddev_ide_pci.c271 if (pci_find_class(PCI_CLASS_MASS_STORAGE,index,&tag) != 0) break;
H A Ddev_ide_frodo.c315 if (pci_find_class(PCI_CLASS_MASS_STORAGE,index,&tag) != 0) break;
H A Ddev_bcm4401.c1363 if (pci_find_class(PCI_CLASS_NETWORK, index, &tag) != 0)
H A Ddev_i82559.c1514 if (pci_find_class(PCI_CLASS_NETWORK, index, &tag) != 0)
H A Ddev_bcm5700.c2666 if (pci_find_class(PCI_CLASS_NETWORK, index, &tag) != 0)
H A Ddev_tulip.c2552 if (pci_find_class(PCI_CLASS_NETWORK, index, &tag) != 0)
/broadcom-cfe-1.4.2/cfe/pci/
H A Dpcivar.h87 int pci_find_class(uint32_t class, int enumidx, pcitag_t *tag);
H A Dpciconf.c1470 pci_find_class(uint32_t class, int enumidx, pcitag_t *tag) function
/broadcom-cfe-1.4.2/cfe/usb/
H A Dusbmain.c204 while (pci_find_class(PCI_CLASS_SERIALBUS,idx,&tag) == 0) {
/broadcom-cfe-1.4.2/cfe/pccons/
H A Dvgainit.c652 ret = pci_find_class(M.x86.R_ECX,M.x86.R_SI,&tag);
845 if (pci_find_class(PCI_CLASS_DISPLAY,0,&tag) == 0) {
866 if (pci_find_class(PCI_CLASS_DISPLAY,0,&tag) == 0) {
1152 if (pci_find_class(PCI_CLASS_DISPLAY,0,&tag) == 0) {
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/bcmsb/src/
H A Ddev_sb_mac.c1551 if (pci_find_class(PCI_CLASS_NETWORK, index, &tag) != 0)
/broadcom-cfe-1.4.2/cfe/arch/ppc/chipset/mpc824x/src/
H A Ddev_tulip.c3036 if (pci_find_class(PCI_CLASS_NETWORK, index, &tag) != 0)

Completed in 185 milliseconds