Searched refs:xhci_write_64 (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/usb/early/ |
D | xhci-dbc.h | 206 #define xdbc_write64(val, regs) xhci_write_64(NULL, (val), (regs))
|
/Linux-v4.19/drivers/usb/host/ |
D | xhci-dbgcap.c | 125 xhci_write_64(xhci, dbc->ctx->dma, &dbc->regs->dccp); in xhci_dbc_init_contexts() 415 xhci_write_64(xhci, dbc->erst.erst_dma_addr, &dbc->regs->erstba); in xhci_dbc_mem_init() 418 xhci_write_64(xhci, deq, &dbc->regs->erdp); in xhci_dbc_mem_init() 779 xhci_write_64(xhci, deq, &dbc->regs->erdp); in xhci_dbc_do_handle_events()
|
D | xhci.c | 265 xhci_write_64(xhci, 0, &xhci->op_regs->dcbaa_ptr); in xhci_zero_64b_regs() 268 xhci_write_64(xhci, 0, &xhci->op_regs->cmd_ring); in xhci_zero_64b_regs() 276 xhci_write_64(xhci, 0, &ir->erst_base); in xhci_zero_64b_regs() 279 xhci_write_64(xhci, 0, &ir->erst_dequeue); in xhci_zero_64b_regs() 819 xhci_write_64(xhci, xhci->s3.dcbaa_ptr, &xhci->op_regs->dcbaa_ptr); in xhci_restore_registers() 822 xhci_write_64(xhci, xhci->s3.erst_base, &xhci->ir_set->erst_base); in xhci_restore_registers() 823 xhci_write_64(xhci, xhci->s3.erst_dequeue, &xhci->ir_set->erst_dequeue); in xhci_restore_registers() 842 xhci_write_64(xhci, val_64, &xhci->op_regs->cmd_ring); in xhci_set_cmd_ring_deq()
|
D | xhci-mem.c | 2107 xhci_write_64(xhci, ((u64) deq & (u64) ~ERST_PTR_MASK) | temp, in xhci_set_hc_event_deq() 2419 xhci_write_64(xhci, dma, &xhci->op_regs->dcbaa_ptr); in xhci_mem_init() 2469 xhci_write_64(xhci, val_64, &xhci->op_regs->cmd_ring); in xhci_mem_init() 2524 xhci_write_64(xhci, val_64, &xhci->ir_set->erst_base); in xhci_mem_init()
|
D | xhci-ring.c | 350 xhci_write_64(xhci, temp_64 | CMD_RING_ABORT, in xhci_abort_cmd_ring() 2690 xhci_write_64(xhci, temp_64 | ERST_EHB, in xhci_irq() 2717 xhci_write_64(xhci, temp_64, &xhci->ir_set->erst_dequeue); in xhci_irq()
|
D | xhci.h | 1932 static inline void xhci_write_64(struct xhci_hcd *xhci, in xhci_write_64() function
|