Home
last modified time | relevance | path

Searched refs:DMA_ADDR_FMT (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c664 DPRINTF("xhci: ERDP out of bounds: "DMA_ADDR_FMT"\n", erdp); in xhci_event()
665 DPRINTF("xhci: ER[%d] at "DMA_ADDR_FMT" len %d\n", in xhci_event()
845 DPRINTF("xhci: event ring[%d]:" DMA_ADDR_FMT " [%d]\n", in xhci_er_reset()
2114 DPRINTF("xhci: input context at "DMA_ADDR_FMT"\n", ictx); in xhci_address_slot()
2115 DPRINTF("xhci: output context at "DMA_ADDR_FMT"\n", octx); in xhci_address_slot()
2216 DPRINTF("xhci: input context at "DMA_ADDR_FMT"\n", ictx); in xhci_configure_slot()
2217 DPRINTF("xhci: output context at "DMA_ADDR_FMT"\n", octx); in xhci_configure_slot()
2315 DPRINTF("xhci: input context at "DMA_ADDR_FMT"\n", ictx); in xhci_evaluate_slot()
2316 DPRINTF("xhci: output context at "DMA_ADDR_FMT"\n", octx); in xhci_evaluate_slot()
2378 DPRINTF("xhci: output context at "DMA_ADDR_FMT"\n", octx); in xhci_reset_slot()
[all …]
/openbmc/qemu/include/sysemu/
H A Ddma.h33 #define DMA_ADDR_FMT "%" PRIx64 macro
/openbmc/qemu/hw/net/
H A Drtl8139.c970 "%08x %08x = "DMA_ADDR_FMT"\n", descriptor, s->RxRingAddrHI, in rtl8139_do_receive()
1897 "%08x %08x = 0x"DMA_ADDR_FMT"\n", descriptor, s->TxAddr[1], in rtl8139_cplus_transmit_one()
1999 DMA_ADDR_FMT" to offset %d\n", txsize, tx_addr, in rtl8139_cplus_transmit_one()
/openbmc/qemu/hw/ide/
H A Dahci.c1198 error_report("ahci: PRDT length for NCQ command (0x" DMA_ADDR_FMT ") " in process_ncq_command()