Searched refs:temp_64 (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/usb/host/ |
D | xhci-dbg.c | 177 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()
|
D | xhci-ring.c | 304 u64 temp_64; in xhci_abort_cmd_ring() local 315 temp_64 = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_abort_cmd_ring() 316 if (!(temp_64 & CMD_RING_RUNNING)) { in xhci_abort_cmd_ring() 321 xhci_write_64(xhci, temp_64 | CMD_RING_ABORT, in xhci_abort_cmd_ring() 2737 u64 temp_64; in xhci_irq() local 2784 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_irq() 2785 xhci_write_64(xhci, temp_64 | ERST_EHB, in xhci_irq() 2798 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_irq() 2807 temp_64 &= ERST_PTR_MASK; in xhci_irq() 2808 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); in xhci_irq() [all …]
|
D | xhci.c | 544 u64 temp_64; in xhci_event_ring_work() local 567 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_event_ring_work() 568 temp_64 &= ~ERST_PTR_MASK; in xhci_event_ring_work() 569 xhci_dbg(xhci, "ERST deq = 64'h%0lx\n", (long unsigned int) temp_64); in xhci_event_ring_work() 621 u64 temp_64; in xhci_run() local 660 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_run() 661 temp_64 &= ~ERST_PTR_MASK; in xhci_run() 662 xhci_dbg(xhci, "ERST deq = 64'h%0lx\n", (long unsigned int) temp_64); in xhci_run() 3688 u64 temp_64; in xhci_address_device() local 3786 temp_64 = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_address_device() [all …]
|