Searched refs:DMA_ADDR_FMT (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-xhci.c | 656 DPRINTF("xhci: ERDP out of bounds: "DMA_ADDR_FMT"\n", erdp); in xhci_event() 657 DPRINTF("xhci: ER[%d] at "DMA_ADDR_FMT" len %d\n", in xhci_event() 837 DPRINTF("xhci: event ring[%d]:" DMA_ADDR_FMT " [%d]\n", in xhci_er_reset() 1062 DPRINTF("xhci: set epctx: " DMA_ADDR_FMT " state=%d dequeue=%08x%08x\n", in xhci_set_ep_state() 2106 DPRINTF("xhci: input context at "DMA_ADDR_FMT"\n", ictx); in xhci_address_slot() 2107 DPRINTF("xhci: output context at "DMA_ADDR_FMT"\n", octx); in xhci_address_slot() 2208 DPRINTF("xhci: input context at "DMA_ADDR_FMT"\n", ictx); in xhci_configure_slot() 2209 DPRINTF("xhci: output context at "DMA_ADDR_FMT"\n", octx); in xhci_configure_slot() 2307 DPRINTF("xhci: input context at "DMA_ADDR_FMT"\n", ictx); in xhci_evaluate_slot() 2308 DPRINTF("xhci: output context at "DMA_ADDR_FMT"\n", octx); in xhci_evaluate_slot() [all …]
|
/openbmc/qemu/include/sysemu/ |
H A D | dma.h | 33 #define DMA_ADDR_FMT "%" PRIx64 macro
|
/openbmc/qemu/hw/net/ |
H A D | rtl8139.c | 968 "%08x %08x = "DMA_ADDR_FMT"\n", descriptor, s->RxRingAddrHI, in rtl8139_do_receive() 1895 "%08x %08x = 0x"DMA_ADDR_FMT"\n", descriptor, s->TxAddr[1], in rtl8139_cplus_transmit_one() 1997 DMA_ADDR_FMT" to offset %d\n", txsize, tx_addr, in rtl8139_cplus_transmit_one()
|
/openbmc/qemu/hw/ide/ |
H A D | ahci.c | 1201 error_report("ahci: PRDT length for NCQ command (0x" DMA_ADDR_FMT ") " in process_ncq_command()
|