Searched refs:temp_64 (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/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.c | 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() [all …]
|
D | xhci-ring.c | 2237 u64 temp_64; in xhci_irq() local 2294 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_irq() 2295 xhci_write_64(xhci, temp_64 | ERST_EHB, in xhci_irq() 2308 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_irq() 2317 temp_64 &= ERST_PTR_MASK; in xhci_irq() 2318 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); in xhci_irq() 2322 temp_64 |= ERST_EHB; in xhci_irq() 2323 xhci_write_64(xhci, temp_64, &xhci->ir_set->erst_dequeue); in xhci_irq()
|