Home
last modified time | relevance | path

Searched refs:temp_64 (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dxhci-dbg.c177 u64 temp_64; in xhci_print_ir_set() local
206 temp_64 = xhci_read_64(xhci, addr); in xhci_print_ir_set()
208 addr, temp_64); in xhci_print_ir_set()
211 temp_64 = xhci_read_64(xhci, addr); in xhci_print_ir_set()
213 addr, temp_64); in xhci_print_ir_set()
Dxhci-ring.c285 u64 temp_64; in xhci_abort_cmd_ring() local
290 temp_64 = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_abort_cmd_ring()
292 xhci_write_64(xhci, temp_64 | CMD_RING_ABORT, in xhci_abort_cmd_ring()
306 xhci_write_64(xhci, temp_64 | CMD_RING_ABORT, in xhci_abort_cmd_ring()
2651 u64 temp_64; in xhci_irq() local
2697 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_irq()
2698 xhci_write_64(xhci, temp_64 | ERST_EHB, in xhci_irq()
2711 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_irq()
2720 temp_64 &= ERST_PTR_MASK; in xhci_irq()
2721 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); in xhci_irq()
[all …]
Dxhci.c601 u64 temp_64; in xhci_run() local
629 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_run()
630 temp_64 &= ~ERST_PTR_MASK; in xhci_run()
632 "ERST deq = 64'h%0lx", (long unsigned int) temp_64); in xhci_run()
3812 u64 temp_64; in xhci_setup_device() local
3941 temp_64 = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_setup_device()
3943 "Op regs DCBAA ptr = %#016llx", temp_64); in xhci_setup_device()