Searched refs:UCLASS_PCI (Results 1 – 19 of 19) sorted by relevance
/openbmc/u-boot/test/dm/ |
H A D | pci.c | 18 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 D | pci-uclass.c | 25 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 D | pci_x86.c | 23 .id = UCLASS_PCI,
|
H A D | pcie_ecam_generic.c | 137 .id = UCLASS_PCI,
|
H A D | pcie_xilinx.c | 173 .id = UCLASS_PCI,
|
H A D | pci_sandbox.c | 126 .id = UCLASS_PCI,
|
H A D | pci_mvebu.c | 467 .id = UCLASS_PCI, 486 drv = lists_uclass_lookup(UCLASS_PCI); in mvebu_pcie_bind()
|
H A D | pci-rcar-gen2.c | 257 .id = UCLASS_PCI,
|
H A D | pcie_dw_mvebu.c | 576 .id = UCLASS_PCI,
|
H A D | pcie_aspeed.c | 486 .id = UCLASS_PCI,
|
H A D | pcie_intel_fpga.c | 424 .id = UCLASS_PCI,
|
H A D | pci-aardvark.c | 682 .id = UCLASS_PCI,
|
H A D | pcie_layerscape.c | 564 .id = UCLASS_PCI,
|
H A D | pci_tegra.c | 1195 .id = UCLASS_PCI,
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | 71 UCLASS_PCI, /* PCI bus */ enumerator
|
H A D | device.h | 667 return device_get_uclass_id(dev->parent) == UCLASS_PCI; in device_is_on_pci_bus()
|
/openbmc/u-boot/drivers/core/ |
H A D | syscon-uclass.c | 41 if (device_get_uclass_id(dev->parent) == UCLASS_PCI) in syscon_pre_probe()
|
/openbmc/u-boot/arch/x86/cpu/ivybridge/ |
H A D | cpu.c | 59 ret = uclass_get_device(UCLASS_PCI, 0, &bus); in arch_cpu_init_dm()
|
/openbmc/u-boot/cmd/ |
H A D | pci.c | 713 ret = uclass_get_device_by_seq(UCLASS_PCI, busnum, &bus); in do_pci()
|