Home
last modified time | relevance | path

Searched refs:crcr_low (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/usb/
H A Dhcd-xhci.c857 xhci->crcr_low &= ~CRCR_CRR; in xhci_stop()
2484 xhci->crcr_low |= CRCR_CRR; in xhci_process_commands()
2706 xhci->crcr_low = 0; in xhci_reset()
2934 ret = xhci->crcr_low & ~0xe; in xhci_oper_read()
2997 xhci->crcr_low = (val & 0xffffffcf) | (xhci->crcr_low & CRCR_CRR); in xhci_oper_write()
3001 if (xhci->crcr_low & (CRCR_CA|CRCR_CS) && (xhci->crcr_low & CRCR_CRR)) { in xhci_oper_write()
3003 xhci->crcr_low &= ~CRCR_CRR; in xhci_oper_write()
3005 DPRINTF("xhci: command ring stopped (CRCR=%08x)\n", xhci->crcr_low); in xhci_oper_write()
3007 dma_addr_t base = xhci_addr64(xhci->crcr_low & ~0x3f, val); in xhci_oper_write()
3010 xhci->crcr_low &= ~(CRCR_CA | CRCR_CS); in xhci_oper_write()
[all …]
H A Dhcd-xhci.h207 uint32_t crcr_low; member