Searched refs:temp_64 (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
H A D | xhci-dbg.c | 194 u64 temp_64; xhci_print_ir_set() local 223 temp_64 = xhci_read_64(xhci, addr); xhci_print_ir_set() 225 addr, temp_64); xhci_print_ir_set() 228 temp_64 = xhci_read_64(xhci, addr); xhci_print_ir_set() 230 addr, temp_64); xhci_print_ir_set()
|
H A D | xhci-ring.c | 285 u64 temp_64; xhci_abort_cmd_ring() local 290 temp_64 = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); xhci_abort_cmd_ring() 292 xhci_write_64(xhci, temp_64 | CMD_RING_ABORT, xhci_abort_cmd_ring() 306 xhci_write_64(xhci, temp_64 | CMD_RING_ABORT, xhci_abort_cmd_ring() 2690 u64 temp_64; xhci_irq() local 2736 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); xhci_irq() 2737 xhci_write_64(xhci, temp_64 | ERST_EHB, xhci_irq() 2750 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); xhci_irq() 2759 temp_64 &= ERST_PTR_MASK; xhci_irq() 2760 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); xhci_irq() 2764 temp_64 |= ERST_EHB; xhci_irq() 2765 xhci_write_64(xhci, temp_64, &xhci->ir_set->erst_dequeue); xhci_irq()
|
H A D | xhci.c | 601 u64 temp_64; xhci_run() local 629 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); xhci_run() 630 temp_64 &= ~ERST_PTR_MASK; xhci_run() 632 "ERST deq = 64'h%0lx", (long unsigned int) temp_64); xhci_run() 3800 u64 temp_64; xhci_setup_device() local 3929 temp_64 = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); xhci_setup_device() 3931 "Op regs DCBAA ptr = %#016llx", temp_64); xhci_setup_device()
|
Completed in 158 milliseconds