Searched refs:U_BOOT_PCI_DEVICE (Results 1 – 25 of 43) sorted by relevance
12
/u-boot/drivers/ata/ |
A D | ahci-pci.c | 42 U_BOOT_PCI_DEVICE(ahci_pci, ahci_pci_supported);
|
/u-boot/drivers/usb/host/ |
A D | ohci-pci.c | 52 U_BOOT_PCI_DEVICE(ohci_pci, ohci_pci_supported);
|
A D | xhci-pci.c | 81 U_BOOT_PCI_DEVICE(xhci_pci, xhci_pci_supported);
|
A D | ehci-pci.c | 176 U_BOOT_PCI_DEVICE(ehci_pci, ehci_pci_supported);
|
/u-boot/drivers/video/ |
A D | vesa.c | 61 U_BOOT_PCI_DEVICE(vesa_video, vesa_video_supported);
|
/u-boot/doc/driver-model/ |
A D | pci-info.rst | 104 If PCI devices are not listed in the device tree, U_BOOT_PCI_DEVICE can be used 106 over U_BOOT_PCI_DEVICE. Please note with U_BOOT_PCI_DEVICE, only drivers with 108 U_BOOT_PCI_DEVICE is provided, the built-in driver (either pci_bridge_drv or 148 driver to declare the driver binding information via U_BOOT_PCI_DEVICE(),
|
/u-boot/drivers/net/octeontx2/ |
A D | rvu_pf.c | 116 U_BOOT_PCI_DEVICE(rvu_pf, rvu_pf_supported);
|
A D | rvu_af.c | 171 U_BOOT_PCI_DEVICE(rvu_af, rvu_af_supported);
|
A D | cgx.c | 296 U_BOOT_PCI_DEVICE(cgx, cgx_supported);
|
/u-boot/arch/x86/cpu/broadwell/ |
A D | adsp.c | 157 U_BOOT_PCI_DEVICE(broadwell_adsp_drv, broadwell_adsp_supported);
|
/u-boot/drivers/net/ |
A D | fsl_enetc_mdio.c | 155 U_BOOT_PCI_DEVICE(enetc_mdio, enetc_mdio_ids);
|
A D | pch_gbe.c | 507 U_BOOT_PCI_DEVICE(eth_pch_gbe, supported);
|
/u-boot/arch/x86/lib/fsp/ |
A D | fsp_graphics.c | 182 U_BOOT_PCI_DEVICE(fsp_video, fsp_video_supported);
|
/u-boot/drivers/mtd/nand/raw/ |
A D | octeontx_bch.c | 424 U_BOOT_PCI_DEVICE(octeontx_pci_bchpf, octeontx_bchpf_pci_id_table); 425 U_BOOT_PCI_DEVICE(octeontx_pci_bchvf, octeontx_bchvf_pci_id_table);
|
/u-boot/drivers/mmc/ |
A D | pci_mmc.c | 164 U_BOOT_PCI_DEVICE(pci_mmc, mmc_supported);
|
/u-boot/drivers/i2c/ |
A D | designware_i2c_pci.c | 229 U_BOOT_PCI_DEVICE(i2c_designware_pci, designware_pci_supported);
|
A D | intel_i2c.c | 312 U_BOOT_PCI_DEVICE(intel_i2c, intel_smbus_pci_supported);
|
/u-boot/drivers/power/acpi_pmc/ |
A D | pmc_emul.c | 247 U_BOOT_PCI_DEVICE(sandbox_pmc_emul_emul, sandbox_pmc_emul_supported);
|
/u-boot/drivers/misc/ |
A D | p2sb_emul.c | 274 U_BOOT_PCI_DEVICE(sandbox_p2sb_emul_emul, sandbox_p2sb_emul_supported);
|
A D | swap_case.c | 404 U_BOOT_PCI_DEVICE(sandbox_swap_case_emul, sandbox_swap_case_supported);
|
/u-boot/drivers/net/mscc_eswitch/ |
A D | felix_switch.c | 414 U_BOOT_PCI_DEVICE(felix_ethsw, felix_ethsw_ids);
|
/u-boot/drivers/net/octeontx/ |
A D | smi.c | 380 U_BOOT_PCI_DEVICE(octeontx_smi, octeontx_smi_supported);
|
A D | nicvf_main.c | 582 U_BOOT_PCI_DEVICE(octeontx_vnic, octeontx_vnic_supported);
|
/u-boot/drivers/sound/ |
A D | hda_codec.c | 559 U_BOOT_PCI_DEVICE(hda_codec, hda_supported);
|
/u-boot/drivers/virtio/ |
A D | virtio_pci_legacy.c | 424 U_BOOT_PCI_DEVICE(virtio_pci_legacy, virtio_pci_supported);
|
Completed in 23 milliseconds
12