Searched refs:U_BOOT_PCI_DEVICE (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/u-boot/doc/driver-model/ |
| H A D | pci-info.txt | 99 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
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | vesa.c | 34 U_BOOT_PCI_DEVICE(vesa_video, vesa_video_supported);
|
| /OK3568_Linux_fs/u-boot/drivers/ata/ |
| H A D | ahci-pci.c | 42 U_BOOT_PCI_DEVICE(ahci_pci, ahci_pci_supported);
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ohci-pci.c | 52 U_BOOT_PCI_DEVICE(ohci_pci, ohci_pci_supported);
|
| H A D | xhci-pci.c | 71 U_BOOT_PCI_DEVICE(xhci_pci, xhci_pci_supported);
|
| H A D | ehci-pci.c | 175 U_BOOT_PCI_DEVICE(ehci_pci, ehci_pci_supported);
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | pci_mmc.c | 71 U_BOOT_PCI_DEVICE(pci_mmc, mmc_supported);
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | intel_i2c.c | 322 U_BOOT_PCI_DEVICE(intel_i2c, intel_smbus_pci_supported);
|
| H A D | designware_i2c.c | 614 U_BOOT_PCI_DEVICE(i2c_designware, designware_pci_supported);
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | pch_gbe.c | 504 U_BOOT_PCI_DEVICE(eth_pch_gbe, supported);
|
| H A D | designware.c | 802 U_BOOT_PCI_DEVICE(eth_designware, supported);
|
| H A D | rtl8169.c | 1220 U_BOOT_PCI_DEVICE(eth_rtl8169, supported);
|
| H A D | e1000.c | 5681 U_BOOT_PCI_DEVICE(eth_e1000, e1000_supported);
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci.h | 1472 #define U_BOOT_PCI_DEVICE(__name, __match) \ macro
|
| /OK3568_Linux_fs/u-boot/drivers/nvme/ |
| H A D | nvme.c | 950 U_BOOT_PCI_DEVICE(nvme, nvme_supported);
|
| /OK3568_Linux_fs/u-boot/drivers/block/ |
| H A D | ide.c | 1234 U_BOOT_PCI_DEVICE(ide, ide_supported);
|