Home
last modified time | relevance | path

Searched refs:pci_find_device (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/board/imgtec/malta/
Dmalta.c191 bdf = pci_find_device(PCI_VENDOR_ID_INTEL, in pci_init_board()
212 bdf = pci_find_device(PCI_VENDOR_ID_INTEL, in pci_init_board()
/external/u-boot/board/theadorable/
Dtheadorable.c249 bdf = pci_find_device(PCI_VENDOR_ID_PLX, 0x8619, 0); in board_late_init()
316 bdf = pci_find_device(ven_id, dev_id, 0); in do_pcie_test()
/external/u-boot/drivers/pci/
Dpci_common.c271 pci_dev_t pci_find_device(unsigned int vendor, unsigned int device, int index) in pci_find_device() function
/external/u-boot/cmd/
Duniverse.c36 busdevfn = pci_find_device(PCI_VENDOR, PCI_DEVICE, 0); in universe_init()
Dtsi148.c43 busdevfn = pci_find_device(LPCI_VENDOR, LPCI_DEVICE, 0); in tsi148_init()
/external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
Dtagp.c582 pdev = pci_find_device(PCI_VENDOR_ID_ATI, PCI_ANY_ID, NULL); in test_pci_find_device()
/external/u-boot/drivers/scsi/
Dscsi.c300 busdevfunc = pci_find_device(scsi_device_list[i].vendor, in scsi_init()
/external/u-boot/drivers/ata/
Dsata_sil3114.c648 if ((devno = pci_find_device (SIL_VEND_ID, SIL3114_DEVICE_ID, 0)) == -1) { in init_sata()
/external/u-boot/include/
Dpci.h730 extern pci_dev_t pci_find_device (unsigned int vendor, unsigned int device, int index);