Searched refs:PCI_DPRINTF (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/pci/ |
H A D | pci_host.c | 35 #define PCI_DPRINTF(fmt, ...) \ macro 38 #define PCI_DPRINTF(fmt, ...) macro 163 PCI_DPRINTF("%s addr " HWADDR_FMT_plx " len %d val %"PRIx64"\n", in pci_host_config_write() 177 PCI_DPRINTF("%s addr " HWADDR_FMT_plx " len %d val %"PRIx32"\n", in pci_host_config_read()
|
H A D | pci.c | 58 # define PCI_DPRINTF(format, ...) printf(format, ## __VA_ARGS__) macro 60 # define PCI_DPRINTF(format, ...) do { } while (0) macro 2276 PCI_DPRINTF("Bad ROM magic %04x\n", rom_magic); in pci_patch_ids() 2281 PCI_DPRINTF("Bad PCIR offset 0x%x or signature\n", pcir_offset); in pci_patch_ids() 2290 PCI_DPRINTF("%s: ROM id %04x%04x / PCI id %04x%04x\n", pdev->romfile, in pci_patch_ids() 2299 PCI_DPRINTF("ROM checksum %02x / %02x\n", ptr[6], checksum); in pci_patch_ids() 2308 PCI_DPRINTF("ROM checksum %02x / %02x\n", ptr[6], checksum); in pci_patch_ids()
|