Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci_x86.c24 .id = UCLASS_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()
1164 uclass_first_device(UCLASS_PCI, &bus); in pci_find_first_device()
1489 .id = UCLASS_PCI,
1513 .id = UCLASS_PCI,
1542 for (uclass_first_device(UCLASS_PCI, &bus); in pci_init()
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 Dpci_tegra.c1189 .id = UCLASS_PCI,
H A Dpcie_dw_rockchip.c1066 .id = UCLASS_PCI,
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/cmd/
H A Dpci.c545 uclass_get_device_by_seq(UCLASS_PCI, busnum, &bus) == 0; in do_pci()
550 uclass_get_device_by_seq(UCLASS_PCI, busnum, &bus) == 0; in do_pci()
560 ret = uclass_get_device_by_seq(UCLASS_PCI, busnum, &bus); in do_pci()
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/
H A Dcpu.c60 ret = uclass_get_device(UCLASS_PCI, 0, &bus); in arch_cpu_init_dm()
/rk3399_rockchip-uboot/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()