Searched refs:UCLASS_PCI_EMUL (Results 1 – 6 of 6) sorted by relevance
/u-boot/arch/sandbox/lib/ |
A D | pci_io.c | 24 for (uclass_first_device(UCLASS_PCI_EMUL, &dev); in pci_map_physmem() 58 for (uclass_first_device(UCLASS_PCI_EMUL, &dev); in pci_io_read() 79 for (uclass_first_device(UCLASS_PCI_EMUL, &dev); in pci_io_write()
|
/u-boot/drivers/pci/ |
A D | pci-emul-uclass.c | 35 ret = uclass_get_device_by_phandle(UCLASS_PCI_EMUL, dev, "sandbox,emul", in sandbox_pci_get_emul() 104 .id = UCLASS_PCI_EMUL,
|
/u-boot/include/dm/ |
A D | uclass-id.h | 28 UCLASS_PCI_EMUL, /* sandbox PCI device emulator */ enumerator
|
/u-boot/drivers/power/acpi_pmc/ |
A D | pmc_emul.c | 234 .id = UCLASS_PCI_EMUL,
|
/u-boot/drivers/misc/ |
A D | p2sb_emul.c | 262 .id = UCLASS_PCI_EMUL,
|
A D | swap_case.c | 391 .id = UCLASS_PCI_EMUL,
|
Completed in 9 milliseconds