Searched refs:crcr (Results 1 – 2 of 2) sorted by relevance
499 u64 crcr; in xhci_set_cmd_ring_deq() local504 crcr = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_set_cmd_ring_deq()505 crcr &= ~CMD_RING_PTR_MASK; in xhci_set_cmd_ring_deq()506 crcr |= deq_dma; in xhci_set_cmd_ring_deq()508 crcr &= ~CMD_RING_CYCLE; in xhci_set_cmd_ring_deq()509 crcr |= xhci->cmd_ring->cycle_state; in xhci_set_cmd_ring_deq()511 xhci_dbg_trace(xhci, trace_xhci_dbg_init, "Setting command ring address to 0x%llx", crcr); in xhci_set_cmd_ring_deq()512 xhci_write_64(xhci, crcr, &xhci->op_regs->cmd_ring); in xhci_set_cmd_ring_deq()
494 u64 crcr; in xhci_abort_cmd_ring() local513 crcr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_abort_cmd_ring()514 xhci_write_64(xhci, crcr | CMD_RING_ABORT, &xhci->op_regs->cmd_ring); in xhci_abort_cmd_ring()