Home
last modified time | relevance | path

Searched refs:xhci_read_64 (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/usb/early/
H A Dxhci-dbc.h219 #define xdbc_read64(regs) xhci_read_64(NULL, (regs))
/linux/drivers/usb/host/
H A Dxhci.c286 val = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_zero_64b_regs()
289 val = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_zero_64b_regs()
297 val = xhci_read_64(xhci, &ir->erst_base); in xhci_zero_64b_regs()
300 val= xhci_read_64(xhci, &ir->erst_dequeue); in xhci_zero_64b_regs()
504 crcr = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_set_cmd_ring_deq()
662 temp_64 = xhci_read_64(xhci, &ir->ir_set->erst_dequeue); in xhci_run()
811 xhci->s3.dcbaa_ptr = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_save_registers()
822 ir->s3_erst_base = xhci_read_64(xhci, &ir->ir_set->erst_base); in xhci_save_registers()
823 ir->s3_erst_dequeue = xhci_read_64(xhci, &ir->ir_set->erst_dequeue); in xhci_save_registers()
4451 temp_64 = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_setup_device()
H A Dxhci-ring.c1763 hw_ring_state = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_handle_command_timeout()
3045 temp_64 = xhci_read_64(xhci, &ir->ir_set->erst_dequeue); in xhci_update_erst_dequeue()
3106 temp = xhci_read_64(xhci, &ir->ir_set->erst_dequeue); in xhci_handle_events()
3158 erdp_reg = xhci_read_64(xhci, &ir->ir_set->erst_dequeue); in xhci_skip_sec_intr_events()
H A Dxhci.h1757 static inline u64 xhci_read_64(const struct xhci_hcd *xhci, in xhci_read_64() function
H A Dxhci-mem.c2336 erst_base = xhci_read_64(xhci, &ir->ir_set->erst_base); in xhci_add_interrupter()