Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.h202 uint32_t crcr_low; member
H A Dhcd-xhci.c852 xhci->crcr_low &= ~CRCR_CRR; in xhci_stop()
2478 xhci->crcr_low |= CRCR_CRR; in xhci_process_commands()
2700 xhci->crcr_low = 0; in xhci_reset()
2909 ret = xhci->crcr_low & ~0xe; in xhci_oper_read()
2972 xhci->crcr_low = (val & 0xffffffcf) | (xhci->crcr_low & CRCR_CRR); in xhci_oper_write()
2976 if (xhci->crcr_low & (CRCR_CA|CRCR_CS) && (xhci->crcr_low & CRCR_CRR)) { in xhci_oper_write()
2978 xhci->crcr_low &= ~CRCR_CRR; in xhci_oper_write()
2980 DPRINTF("xhci: command ring stopped (CRCR=%08x)\n", xhci->crcr_low); in xhci_oper_write()
2982 dma_addr_t base = xhci_addr64(xhci->crcr_low & ~0x3f, val); in xhci_oper_write()
2985 xhci->crcr_low &= ~(CRCR_CA | CRCR_CS); in xhci_oper_write()
[all …]