Home
last modified time | relevance | path

Searched refs:U_BOOT_PCI_DEVICE (Results 1 – 16 of 16) sorted by relevance

/external/u-boot/doc/driver-model/
Dpci-info.txt99 If PCI devices are not listed in the device tree, U_BOOT_PCI_DEVICE can be used
101 over U_BOOT_PCI_DEVICE. Plese note with U_BOOT_PCI_DEVICE, only drivers with
103 U_BOOT_PCI_DEVICE is provided, the built-in driver (either pci_bridge_drv or
/external/u-boot/drivers/video/
Dvesa.c33 U_BOOT_PCI_DEVICE(vesa_video, vesa_video_supported);
/external/u-boot/drivers/ata/
Dahci-pci.c41 U_BOOT_PCI_DEVICE(ahci_pci, ahci_pci_supported);
/external/u-boot/drivers/usb/host/
Dxhci-pci.c70 U_BOOT_PCI_DEVICE(xhci_pci, xhci_pci_supported);
Dehci-pci.c151 U_BOOT_PCI_DEVICE(ehci_pci, ehci_pci_supported);
/external/u-boot/drivers/mmc/
Dpci_mmc.c69 U_BOOT_PCI_DEVICE(pci_mmc, mmc_supported);
/external/u-boot/arch/x86/lib/fsp/
Dfsp_graphics.c127 U_BOOT_PCI_DEVICE(fsp_video, fsp_video_supported);
/external/u-boot/drivers/i2c/
Dintel_i2c.c321 U_BOOT_PCI_DEVICE(intel_i2c, intel_smbus_pci_supported);
Ddesignware_i2c.c623 U_BOOT_PCI_DEVICE(i2c_designware, designware_pci_supported);
/external/u-boot/drivers/net/
Dpch_gbe.c503 U_BOOT_PCI_DEVICE(eth_pch_gbe, supported);
Ddesignware.c856 U_BOOT_PCI_DEVICE(eth_designware, supported);
Drtl8169.c1219 U_BOOT_PCI_DEVICE(eth_rtl8169, supported);
De1000.c5935 U_BOOT_PCI_DEVICE(eth_e1000, e1000_supported);
/external/u-boot/drivers/nvme/
Dnvme.c836 U_BOOT_PCI_DEVICE(nvme, nvme_supported);
/external/u-boot/include/
Dpci.h1533 #define U_BOOT_PCI_DEVICE(__name, __match) \ macro
/external/u-boot/drivers/block/
Dide.c1233 U_BOOT_PCI_DEVICE(ide, ide_supported);