Home
last modified time | relevance | path

Searched refs:UCLASS_PCI_GENERIC (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/pci/
H A Dpci-emul-uclass.c33 if (device_get_uclass_id(dev) == UCLASS_PCI_GENERIC) { in sandbox_pci_get_emul()
H A Dpci-uclass.c1477 .id = UCLASS_PCI_GENERIC,
1488 .id = UCLASS_PCI_GENERIC,
/openbmc/u-boot/include/dm/
H A Duclass-id.h72 UCLASS_PCI_GENERIC, /* Generic PCI bus device */ enumerator