Searched refs:U_BOOT_PCI_DEVICE (Results 1 – 21 of 21) sorted by relevance
/openbmc/u-boot/doc/driver-model/ |
H A D | pci-info.txt | 103 If PCI devices are not listed in the device tree, U_BOOT_PCI_DEVICE can be used 105 over U_BOOT_PCI_DEVICE. Plese note with U_BOOT_PCI_DEVICE, only drivers with 107 U_BOOT_PCI_DEVICE is provided, the built-in driver (either pci_bridge_drv or 142 driver to declare the driver binding information via U_BOOT_PCI_DEVICE(),
|
/openbmc/u-boot/drivers/video/ |
H A D | vesa.c | 33 U_BOOT_PCI_DEVICE(vesa_video, vesa_video_supported);
|
/openbmc/u-boot/drivers/ata/ |
H A D | ahci-pci.c | 41 U_BOOT_PCI_DEVICE(ahci_pci, ahci_pci_supported);
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci-pci.c | 70 U_BOOT_PCI_DEVICE(xhci_pci, xhci_pci_supported);
|
H A D | ehci-pci.c | 174 U_BOOT_PCI_DEVICE(ehci_pci, ehci_pci_supported);
|
/openbmc/u-boot/drivers/mmc/ |
H A D | pci_mmc.c | 69 U_BOOT_PCI_DEVICE(pci_mmc, mmc_supported);
|
/openbmc/u-boot/arch/x86/lib/fsp/ |
H A D | fsp_graphics.c | 127 U_BOOT_PCI_DEVICE(fsp_video, fsp_video_supported);
|
/openbmc/u-boot/arch/x86/cpu/broadwell/ |
H A D | adsp.c | 156 U_BOOT_PCI_DEVICE(broadwell_adsp_drv, broadwell_adsp_supported);
|
/openbmc/u-boot/drivers/misc/ |
H A D | swap_case.c | 324 U_BOOT_PCI_DEVICE(sandbox_swap_case_emul, sandbox_swap_case_supported);
|
/openbmc/u-boot/drivers/i2c/ |
H A D | intel_i2c.c | 321 U_BOOT_PCI_DEVICE(intel_i2c, intel_smbus_pci_supported);
|
H A D | designware_i2c.c | 632 U_BOOT_PCI_DEVICE(i2c_designware, designware_pci_supported);
|
/openbmc/u-boot/drivers/sound/ |
H A D | hda_codec.c | 556 U_BOOT_PCI_DEVICE(hda_codec, hda_supported);
|
/openbmc/u-boot/drivers/virtio/ |
H A D | virtio_pci_legacy.c | 421 U_BOOT_PCI_DEVICE(virtio_pci_legacy, virtio_pci_supported);
|
H A D | virtio_pci_modern.c | 609 U_BOOT_PCI_DEVICE(virtio_pci_modern, virtio_pci_supported);
|
/openbmc/u-boot/drivers/net/ |
H A D | pch_gbe.c | 503 U_BOOT_PCI_DEVICE(eth_pch_gbe, supported);
|
H A D | designware.c | 870 U_BOOT_PCI_DEVICE(eth_designware, supported);
|
H A D | rtl8169.c | 1215 U_BOOT_PCI_DEVICE(eth_rtl8169, supported);
|
H A D | e1000.c | 5935 U_BOOT_PCI_DEVICE(eth_e1000, e1000_supported);
|
/openbmc/u-boot/drivers/nvme/ |
H A D | nvme.c | 835 U_BOOT_PCI_DEVICE(nvme, nvme_supported);
|
/openbmc/u-boot/drivers/block/ |
H A D | ide.c | 1231 U_BOOT_PCI_DEVICE(ide, ide_supported);
|
/openbmc/u-boot/include/ |
H A D | pci.h | 1646 #define U_BOOT_PCI_DEVICE(__name, __match) \ macro
|