Home
last modified time | relevance | path

Searched defs:PCI_DPRINTF (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dpci_host.c35 #define PCI_DPRINTF(fmt, ...) \ macro
38 #define PCI_DPRINTF(fmt, ...) macro
H A Dpci.c58 # define PCI_DPRINTF(format, ...) printf(format, ## __VA_ARGS__) macro
60 # define PCI_DPRINTF(format, ...) do { } while (0) macro