Searched refs:UCLASS_PCI (Results 1 – 25 of 49) sorted by relevance
12
| /u-boot/test/dm/ |
| A D | pci.c | 19 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 D | pci_mps.c | 101 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 D | pci.c | 555 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 D | pci_x86.c | 36 .id = UCLASS_PCI,
|
| A D | pci-uclass.c | 7 #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 D | pcie_xilinx.c | 172 .id = UCLASS_PCI,
|
| A D | pci_msc01.c | 123 .id = UCLASS_PCI,
|
| A D | pcie_phytium.c | 191 .id = UCLASS_PCI,
|
| A D | pcie_ecam_generic.c | 174 .id = UCLASS_PCI,
|
| A D | pcie_octeon.c | 153 .id = UCLASS_PCI,
|
| A D | pci_sandbox.c | 127 .id = UCLASS_PCI,
|
| A D | pci_gt64120.c | 177 .id = UCLASS_PCI,
|
| A D | pci_sh7751.c | 205 .id = UCLASS_PCI,
|
| A D | pci_mpc85xx.c | 197 .id = UCLASS_PCI,
|
| A D | pci-rcar-gen2.c | 258 .id = UCLASS_PCI,
|
| A D | pcie_dw_ti.c | 355 .id = UCLASS_PCI,
|
| A D | pci_rom.c | 25 #define LOG_CATEGORY UCLASS_PCI
|
| A D | pcie_mediatek.c | 726 .id = UCLASS_PCI, 740 .id = UCLASS_PCI,
|
| /u-boot/drivers/power/acpi_pmc/ |
| A D | sandbox.c | 70 uclass_first_device(UCLASS_PCI, &bus); in sandbox_pmc_probe()
|
| /u-boot/include/dm/ |
| A D | uclass-id.h | 99 UCLASS_PCI, /* PCI bus */ enumerator
|
| A D | device.h | 1008 return dev->parent && device_get_uclass_id(dev->parent) == UCLASS_PCI; in device_is_on_pci_bus()
|
| /u-boot/arch/x86/cpu/ivybridge/ |
| A D | cpu.c | 64 ret = uclass_get_device(UCLASS_PCI, 0, &bus); in ivybridge_cpu_init()
|
| /u-boot/drivers/core/ |
| A D | syscon-uclass.c | 49 if (device_get_uclass_id(dev->parent) == UCLASS_PCI) in syscon_pre_probe()
|
| /u-boot/arch/x86/cpu/ |
| A D | cpu.c | 276 uclass_first_device(UCLASS_PCI, &dev); in cpu_init_r()
|
| /u-boot/board/emulation/qemu-ppce500/ |
| A D | qemu-ppce500.c | 139 uclass_first_device(UCLASS_PCI, &dev); in misc_init_r()
|
Completed in 50 milliseconds
12