Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/dm/
H A Dpci.c18 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 Dpci-uclass.c27 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 Dpci_x86.c24 .id = UCLASS_PCI,
H A Dpci_sandbox.c66 .id = UCLASS_PCI,
H A Dpcie_xilinx.c215 .id = UCLASS_PCI,
H A Dpcie_dw_mvebu.c549 .id = UCLASS_PCI,
H A Dpcie_layerscape.c598 .id = UCLASS_PCI,
H A Dpcie_dw_rockchip.c822 .id = UCLASS_PCI,
H A Dpci_tegra.c1189 .id = UCLASS_PCI,
/OK3568_Linux_fs/u-boot/cmd/
H A Dpci.c542 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 Duclass-id.h64 UCLASS_PCI, /* PCI bus */ enumerator
H A Ddevice.h600 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 Dcpu.c60 ret = uclass_get_device(UCLASS_PCI, 0, &bus); in arch_cpu_init_dm()
/OK3568_Linux_fs/u-boot/drivers/core/
H A Ddevice.c59 drv->id == UCLASS_PCI || drv->id == UCLASS_AHCI) { in device_bind_common()
215 UCLASS_PCI, in device_bind_common()