Home
last modified time | relevance | path

Searched refs:UCLASS_PCI (Results 1 – 25 of 49) 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/cmd/
A Dpci_mps.c101 uclass_get_device_by_seq(UCLASS_PCI, i, &bus) == 0 && in pci_mps_set()
115 uclass_get_device_by_seq(UCLASS_PCI, i, &bus) == 0 && res == 0; in pci_mps_set()
A Dpci.c555 uclass_get_device_by_seq(UCLASS_PCI, busnum, &bus) == 0; in do_pci()
560 uclass_get_device_by_seq(UCLASS_PCI, busnum, &bus) == 0; in do_pci()
570 ret = uclass_get_device_by_seq(UCLASS_PCI, busnum, &bus); in do_pci()
/u-boot/drivers/pci/
A Dpci_x86.c36 .id = UCLASS_PCI,
A Dpci-uclass.c7 #define LOG_CATEGORY UCLASS_PCI
34 ret = uclass_get_device_by_seq(UCLASS_PCI, busnum, busp); in pci_get_bus()
38 ret = uclass_first_device_err(UCLASS_PCI, busp); in pci_get_bus()
87 ret = uclass_get(UCLASS_PCI, &uc); in pci_get_bus_max()
211 for (uclass_first_device(UCLASS_PCI, &bus); in pci_find_device_id()
250 for (uclass_first_device(UCLASS_PCI, &bus); in dm_pci_find_device()
1105 ret = uclass_get(UCLASS_PCI, &uc); in pci_uclass_pre_probe()
1261 uclass_first_device(UCLASS_PCI, &bus); in pci_find_first_device()
1846 .id = UCLASS_PCI,
1869 .id = UCLASS_PCI,
[all …]
A Dpcie_xilinx.c172 .id = UCLASS_PCI,
A Dpci_msc01.c123 .id = UCLASS_PCI,
A Dpcie_phytium.c191 .id = UCLASS_PCI,
A Dpcie_ecam_generic.c174 .id = UCLASS_PCI,
A Dpcie_octeon.c153 .id = UCLASS_PCI,
A Dpci_sandbox.c127 .id = UCLASS_PCI,
A Dpci_gt64120.c177 .id = UCLASS_PCI,
A Dpci_sh7751.c205 .id = UCLASS_PCI,
A Dpci_mpc85xx.c197 .id = UCLASS_PCI,
A Dpci-rcar-gen2.c258 .id = UCLASS_PCI,
A Dpcie_dw_ti.c355 .id = UCLASS_PCI,
A Dpci_rom.c25 #define LOG_CATEGORY UCLASS_PCI
A Dpcie_mediatek.c726 .id = UCLASS_PCI,
740 .id = UCLASS_PCI,
/u-boot/drivers/power/acpi_pmc/
A Dsandbox.c70 uclass_first_device(UCLASS_PCI, &bus); in sandbox_pmc_probe()
/u-boot/include/dm/
A Duclass-id.h99 UCLASS_PCI, /* PCI bus */ enumerator
A Ddevice.h1008 return dev->parent && device_get_uclass_id(dev->parent) == UCLASS_PCI; in device_is_on_pci_bus()
/u-boot/arch/x86/cpu/ivybridge/
A Dcpu.c64 ret = uclass_get_device(UCLASS_PCI, 0, &bus); in ivybridge_cpu_init()
/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.c276 uclass_first_device(UCLASS_PCI, &dev); in cpu_init_r()
/u-boot/board/emulation/qemu-ppce500/
A Dqemu-ppce500.c139 uclass_first_device(UCLASS_PCI, &dev); in misc_init_r()

Completed in 50 milliseconds

12