Home
last modified time | relevance | path

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

/openbmc/u-boot/test/dm/
H A Dpci.c18 ut_assertok(uclass_get_device(UCLASS_PCI, 0, &bus)); in dm_test_pci_base()
32 ut_assertok(uclass_get_device_by_seq(UCLASS_PCI, 0, &bus)); in dm_test_pci_busdev()
44 ut_assertok(uclass_get_device_by_seq(UCLASS_PCI, 1, &bus)); in dm_test_pci_busdev()
118 ut_assertok(uclass_get_device_by_seq(UCLASS_PCI, 1, &bus)); in dm_test_pci_drvdata()
143 ut_assertok(uclass_get_device_by_seq(UCLASS_PCI, 2, &bus)); in dm_test_pci_mixed()
203 ut_assertok(uclass_get_device_by_seq(UCLASS_PCI, 0, &bus)); in dm_test_pci_cap()
224 ut_assertok(uclass_get_device_by_seq(UCLASS_PCI, 1, &bus)); in dm_test_pci_cap()
/openbmc/u-boot/drivers/pci/
H A Dpci-uclass.c25 ret = uclass_get_device_by_seq(UCLASS_PCI, busnum, busp); in pci_get_bus()
29 ret = uclass_first_device_err(UCLASS_PCI, busp); in pci_get_bus()
32 ret = uclass_get_device_by_seq(UCLASS_PCI, busnum, busp); in pci_get_bus()
65 ret = uclass_get(UCLASS_PCI, &uc); in pci_get_bus_max()
189 for (uclass_first_device(UCLASS_PCI, &bus); in pci_find_device_id()
228 for (uclass_first_device(UCLASS_PCI, &bus); in dm_pci_find_device()
1115 ret = uclass_first_device(UCLASS_PCI, &bus); in pci_find_first_device()
1447 .id = UCLASS_PCI,
1471 .id = UCLASS_PCI,
1500 for (uclass_first_device(UCLASS_PCI, &bus); in pci_init()
H A Dpci_x86.c23 .id = UCLASS_PCI,
H A Dpcie_ecam_generic.c137 .id = UCLASS_PCI,
H A Dpcie_xilinx.c173 .id = UCLASS_PCI,
H A Dpci_sandbox.c126 .id = UCLASS_PCI,
H A Dpci_mvebu.c467 .id = UCLASS_PCI,
486 drv = lists_uclass_lookup(UCLASS_PCI); in mvebu_pcie_bind()
H A Dpci-rcar-gen2.c257 .id = UCLASS_PCI,
H A Dpcie_dw_mvebu.c576 .id = UCLASS_PCI,
H A Dpcie_aspeed.c486 .id = UCLASS_PCI,
H A Dpcie_intel_fpga.c424 .id = UCLASS_PCI,
H A Dpci-aardvark.c682 .id = UCLASS_PCI,
H A Dpcie_layerscape.c564 .id = UCLASS_PCI,
H A Dpci_tegra.c1195 .id = UCLASS_PCI,
/openbmc/u-boot/include/dm/
H A Duclass-id.h71 UCLASS_PCI, /* PCI bus */ enumerator
H A Ddevice.h667 return device_get_uclass_id(dev->parent) == UCLASS_PCI; in device_is_on_pci_bus()
/openbmc/u-boot/drivers/core/
H A Dsyscon-uclass.c41 if (device_get_uclass_id(dev->parent) == UCLASS_PCI) in syscon_pre_probe()
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dcpu.c59 ret = uclass_get_device(UCLASS_PCI, 0, &bus); in arch_cpu_init_dm()
/openbmc/u-boot/cmd/
H A Dpci.c713 ret = uclass_get_device_by_seq(UCLASS_PCI, busnum, &bus); in do_pci()