Lines Matching refs:temp_64
342 u64 temp_64; in xhci_abort_cmd_ring() local
349 temp_64 = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_abort_cmd_ring()
350 xhci_write_64(xhci, temp_64 | CMD_RING_ABORT, in xhci_abort_cmd_ring()
2645 u64 temp_64; in xhci_irq() local
2689 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_irq()
2690 xhci_write_64(xhci, temp_64 | ERST_EHB, in xhci_irq()
2702 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_irq()
2711 temp_64 &= ERST_PTR_MASK; in xhci_irq()
2712 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); in xhci_irq()
2716 temp_64 |= ERST_EHB; in xhci_irq()
2717 xhci_write_64(xhci, temp_64, &xhci->ir_set->erst_dequeue); in xhci_irq()