Home
last modified time | relevance | path

Searched refs:UCLASS_PCI_EMUL (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/arch/sandbox/lib/
Dpci_io.c23 for (uclass_first_device(UCLASS_PCI_EMUL, &dev); in pci_map_physmem()
57 for (uclass_first_device(UCLASS_PCI_EMUL, &dev); in pci_io_read()
78 for (uclass_first_device(UCLASS_PCI_EMUL, &dev); in pci_io_write()
/external/u-boot/drivers/pci/
Dpci-emul-uclass.c59 .id = UCLASS_PCI_EMUL,
/external/u-boot/test/dm/
Dpci.c42 ut_assertok(uclass_get_device(UCLASS_PCI_EMUL, 0, &emul)); in dm_test_pci_swapcase()
/external/u-boot/include/dm/
Duclass-id.h24 UCLASS_PCI_EMUL, /* sandbox PCI device emulator */ enumerator
/external/u-boot/drivers/misc/
Dswap_case.c280 .id = UCLASS_PCI_EMUL,