Lines Matching refs:temp_64
339 u64 temp_64; in xhci_event_ring_work() local
361 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_event_ring_work()
362 temp_64 &= ~ERST_PTR_MASK; in xhci_event_ring_work()
363 xhci_dbg(xhci, "ERST deq = 64'h%0lx\n", (long unsigned int) temp_64); in xhci_event_ring_work()
414 u64 temp_64; in xhci_run() local
471 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_run()
472 temp_64 &= ~ERST_PTR_MASK; in xhci_run()
473 xhci_dbg(xhci, "ERST deq = 64'h%0lx\n", (long unsigned int) temp_64); in xhci_run()
2536 u64 temp_64; in xhci_address_device() local
2609 temp_64 = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_address_device()
2610 xhci_dbg(xhci, "Op regs DCBAA ptr = %#016llx\n", temp_64); in xhci_address_device()