Searched refs:UCLASS_PCI (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | pci.c | 18 ut_assertok(uclass_get_device(UCLASS_PCI, 0, &bus)); in dm_test_pci_base() 29 ut_assertok(uclass_get_device_by_seq(UCLASS_PCI, 0, &bus)); in dm_test_pci_busnum()
|
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci-uclass.c | 27 ret = uclass_get_device_by_seq(UCLASS_PCI, busnum, busp); in pci_get_bus() 31 ret = uclass_first_device_err(UCLASS_PCI, busp); in pci_get_bus() 34 ret = uclass_get_device_by_seq(UCLASS_PCI, busnum, busp); in pci_get_bus() 67 ret = uclass_get(UCLASS_PCI, &uc); in pci_get_bus_max() 170 for (uclass_first_device(UCLASS_PCI, &bus); in pci_find_device_id() 209 for (uclass_first_device(UCLASS_PCI, &bus); in dm_pci_find_device() 1000 ret = uclass_first_device(UCLASS_PCI, &bus); in pci_find_first_device() 1233 .id = UCLASS_PCI, 1257 .id = UCLASS_PCI, 1286 for (uclass_first_device(UCLASS_PCI, &bus); in pci_init()
|
| H A D | pci_x86.c | 24 .id = UCLASS_PCI,
|
| H A D | pci_sandbox.c | 66 .id = UCLASS_PCI,
|
| H A D | pcie_xilinx.c | 215 .id = UCLASS_PCI,
|
| H A D | pcie_dw_mvebu.c | 549 .id = UCLASS_PCI,
|
| H A D | pcie_layerscape.c | 598 .id = UCLASS_PCI,
|
| H A D | pcie_dw_rockchip.c | 822 .id = UCLASS_PCI,
|
| H A D | pci_tegra.c | 1189 .id = UCLASS_PCI,
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | pci.c | 542 uclass_get_device_by_seq(UCLASS_PCI, busnum, &bus) == 0; in do_pci() 547 uclass_get_device_by_seq(UCLASS_PCI, busnum, &bus) == 0; in do_pci() 557 ret = uclass_get_device_by_seq(UCLASS_PCI, busnum, &bus); in do_pci()
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | uclass-id.h | 64 UCLASS_PCI, /* PCI bus */ enumerator
|
| H A D | device.h | 600 return device_get_uclass_id(dev->parent) == UCLASS_PCI; in device_is_on_pci_bus()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/ |
| H A D | cpu.c | 60 ret = uclass_get_device(UCLASS_PCI, 0, &bus); in arch_cpu_init_dm()
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | device.c | 59 drv->id == UCLASS_PCI || drv->id == UCLASS_AHCI) { in device_bind_common() 215 UCLASS_PCI, in device_bind_common()
|