Home
last modified time | relevance | path

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

12

/third_party/uboot/u-boot-2020.01/test/dm/
Dpci.c18 ut_assertok(uclass_get_device(UCLASS_PCI, 0, &bus)); in dm_test_pci_base()
32 ut_assertok(uclass_get_device_by_seq(UCLASS_PCI, 0, &bus)); in dm_test_pci_busdev()
44 ut_assertok(uclass_get_device_by_seq(UCLASS_PCI, 1, &bus)); in dm_test_pci_busdev()
118 ut_assertok(uclass_get_device_by_seq(UCLASS_PCI, 1, &bus)); in dm_test_pci_drvdata()
143 ut_assertok(uclass_get_device_by_seq(UCLASS_PCI, 2, &bus)); in dm_test_pci_mixed()
203 ut_assertok(uclass_get_device_by_seq(UCLASS_PCI, 0, &bus)); in dm_test_pci_cap()
224 ut_assertok(uclass_get_device_by_seq(UCLASS_PCI, 1, &bus)); in dm_test_pci_cap()
262 ut_assertok(uclass_get_device_by_seq(UCLASS_PCI, 0, &bus)); in dm_test_pci_ea()
/third_party/uboot/u-boot-2020.01/drivers/pci/
Dpci-uclass.c25 ret = uclass_get_device_by_seq(UCLASS_PCI, busnum, busp); in pci_get_bus()
29 ret = uclass_first_device_err(UCLASS_PCI, busp); in pci_get_bus()
32 ret = uclass_get_device_by_seq(UCLASS_PCI, busnum, busp); in pci_get_bus()
65 ret = uclass_get(UCLASS_PCI, &uc); in pci_get_bus_max()
189 for (uclass_first_device(UCLASS_PCI, &bus); in pci_find_device_id()
228 for (uclass_first_device(UCLASS_PCI, &bus); in dm_pci_find_device()
1126 ret = uclass_first_device(UCLASS_PCI, &bus); in pci_find_first_device()
1528 .id = UCLASS_PCI,
1552 .id = UCLASS_PCI,
1581 for (uclass_first_device_check(UCLASS_PCI, &bus); in pci_init()
Dpci_x86.c35 .id = UCLASS_PCI,
Dpcie_ecam_generic.c137 .id = UCLASS_PCI,
Dpcie_xilinx.c173 .id = UCLASS_PCI,
Dpcie_phytium.c195 .id = UCLASS_PCI,
Dpci_sandbox.c126 .id = UCLASS_PCI,
Dpci_mpc85xx.c151 .id = UCLASS_PCI,
Dpci_mvebu.c467 .id = UCLASS_PCI,
486 drv = lists_uclass_lookup(UCLASS_PCI); in mvebu_pcie_bind()
Dpci_sh7751.c228 .id = UCLASS_PCI,
Dpci-rcar-gen2.c257 .id = UCLASS_PCI,
Dpcie_mediatek.c274 .id = UCLASS_PCI,
Dpci-rcar-gen3.c405 .id = UCLASS_PCI,
Dpcie_dw_mvebu.c576 .id = UCLASS_PCI,
Dpcie_intel_fpga.c428 .id = UCLASS_PCI,
Dpci-aardvark.c682 .id = UCLASS_PCI,
Dpcie_dw_ti.c719 .id = UCLASS_PCI,
Dpcie_imx.c823 .id = UCLASS_PCI,
Dpcie_layerscape.c568 .id = UCLASS_PCI,
Dpcie_layerscape_gen4.c567 .id = UCLASS_PCI,
/third_party/uboot/u-boot-2020.01/include/dm/
Duclass-id.h75 UCLASS_PCI, /* PCI bus */ enumerator
Ddevice.h679 return device_get_uclass_id(dev->parent) == UCLASS_PCI; in device_is_on_pci_bus()
/third_party/uboot/u-boot-2020.01/board/renesas/rcar-common/
Dcommon.c60 ret = uclass_get(UCLASS_PCI, &uc); in ft_board_setup()
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/ivybridge/
Dcpu.c60 ret = uclass_get_device(UCLASS_PCI, 0, &bus); in arch_cpu_init_dm()
/third_party/uboot/u-boot-2020.01/drivers/core/
Dsyscon-uclass.c41 if (device_get_uclass_id(dev->parent) == UCLASS_PCI) in syscon_pre_probe()

12