Home
last modified time | relevance | path

Searched refs:UCLASS_PCI (Results 1 – 25 of 38) sorted by relevance

12

/u-boot/test/dm/
A Dpci.c19 ut_assertok(uclass_get_device(UCLASS_PCI, 0, &bus)); in dm_test_pci_base()
33 ut_assertok(uclass_get_device_by_seq(UCLASS_PCI, 0, &bus)); in dm_test_pci_busdev()
45 ut_assertok(uclass_get_device_by_seq(UCLASS_PCI, 1, &bus)); in dm_test_pci_busdev()
119 ut_assertok(uclass_get_device_by_seq(UCLASS_PCI, 1, &bus)); in dm_test_pci_drvdata()
144 ut_assertok(uclass_get_device_by_seq(UCLASS_PCI, 2, &bus)); in dm_test_pci_mixed()
204 ut_assertok(uclass_get_device_by_seq(UCLASS_PCI, 0, &bus)); in dm_test_pci_cap()
225 ut_assertok(uclass_get_device_by_seq(UCLASS_PCI, 1, &bus)); in dm_test_pci_cap()
263 ut_assertok(uclass_get_device_by_seq(UCLASS_PCI, 0, &bus)); in dm_test_pci_ea()
/u-boot/drivers/pci/
A Dpci_x86.c36 .id = UCLASS_PCI,
A Dpci-uclass.c31 ret = uclass_get_device_by_seq(UCLASS_PCI, busnum, busp); in pci_get_bus()
35 ret = uclass_first_device_err(UCLASS_PCI, busp); in pci_get_bus()
38 ret = uclass_get_device_by_seq(UCLASS_PCI, busnum, busp); in pci_get_bus()
84 ret = uclass_get(UCLASS_PCI, &uc); in pci_get_bus_max()
208 for (uclass_first_device(UCLASS_PCI, &bus); in pci_find_device_id()
247 for (uclass_first_device(UCLASS_PCI, &bus); in dm_pci_find_device()
1020 ret = uclass_get(UCLASS_PCI, &uc); in pci_uclass_pre_probe()
1180 ret = uclass_first_device(UCLASS_PCI, &bus); in pci_find_first_device()
1802 .id = UCLASS_PCI,
1825 .id = UCLASS_PCI,
[all …]
A Dpcie_xilinx.c175 .id = UCLASS_PCI,
A Dpcie_ecam_generic.c167 .id = UCLASS_PCI,
A Dpcie_phytium.c195 .id = UCLASS_PCI,
A Dpci_sandbox.c127 .id = UCLASS_PCI,
A Dpci_mpc85xx.c155 .id = UCLASS_PCI,
A Dpci_sh7751.c230 .id = UCLASS_PCI,
A Dpci_mvebu.c489 .id = UCLASS_PCI,
508 drv = lists_uclass_lookup(UCLASS_PCI); in mvebu_pcie_bind()
A Dpci-rcar-gen2.c258 .id = UCLASS_PCI,
A Dpci_rom.c25 #define LOG_CATEGORY UCLASS_PCI
A Dpcie_mediatek.c727 .id = UCLASS_PCI,
741 .id = UCLASS_PCI,
A Dpci-rcar-gen3.c414 .id = UCLASS_PCI,
A Dpci_octeontx.c358 .id = UCLASS_PCI,
A Dpcie_dw_mvebu.c579 .id = UCLASS_PCI,
A Dpcie_intel_fpga.c429 .id = UCLASS_PCI,
A Dpcie_layerscape_rc.c383 .id = UCLASS_PCI,
/u-boot/include/dm/
A Duclass-id.h83 UCLASS_PCI, /* PCI bus */ enumerator
A Ddevice.h853 return dev->parent && device_get_uclass_id(dev->parent) == UCLASS_PCI; in device_is_on_pci_bus()
/u-boot/drivers/power/acpi_pmc/
A Dsandbox.c70 uclass_first_device(UCLASS_PCI, &bus); in sandbox_pmc_probe()
/u-boot/arch/x86/cpu/ivybridge/
A Dcpu.c63 ret = uclass_get_device(UCLASS_PCI, 0, &bus); in arch_cpu_init_dm()
/u-boot/drivers/core/
A Dsyscon-uclass.c49 if (device_get_uclass_id(dev->parent) == UCLASS_PCI) in syscon_pre_probe()
/u-boot/arch/x86/cpu/
A Dcpu.c274 uclass_first_device(UCLASS_PCI, &dev); in cpu_init_r()
/u-boot/board/emulation/qemu-ppce500/
A Dqemu-ppce500.c122 uclass_first_device(UCLASS_PCI, &dev); in misc_init_r()

Completed in 37 milliseconds

12