Searched refs:xhci_write_64 (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/drivers/usb/early/ |
| D | xhci-dbc.h | 220 #define xdbc_write64(val, regs) xhci_write_64(NULL, (val), (regs))
|
| /Linux-v5.15/drivers/usb/host/ |
| D | xhci.c | 264 xhci_write_64(xhci, 0, &xhci->op_regs->dcbaa_ptr); in xhci_zero_64b_regs() 267 xhci_write_64(xhci, 0, &xhci->op_regs->cmd_ring); in xhci_zero_64b_regs() 278 xhci_write_64(xhci, 0, &ir->erst_base); in xhci_zero_64b_regs() 281 xhci_write_64(xhci, 0, &ir->erst_dequeue); in xhci_zero_64b_regs() 817 xhci_write_64(xhci, xhci->s3.dcbaa_ptr, &xhci->op_regs->dcbaa_ptr); in xhci_restore_registers() 820 xhci_write_64(xhci, xhci->s3.erst_base, &xhci->ir_set->erst_base); in xhci_restore_registers() 821 xhci_write_64(xhci, xhci->s3.erst_dequeue, &xhci->ir_set->erst_dequeue); in xhci_restore_registers() 840 xhci_write_64(xhci, val_64, &xhci->op_regs->cmd_ring); in xhci_set_cmd_ring_deq()
|
| D | xhci-mem.c | 2113 xhci_write_64(xhci, ((u64) deq & (u64) ~ERST_PTR_MASK) | temp, in xhci_set_hc_event_deq() 2439 xhci_write_64(xhci, dma, &xhci->op_regs->dcbaa_ptr); in xhci_mem_init() 2489 xhci_write_64(xhci, val_64, &xhci->op_regs->cmd_ring); in xhci_mem_init() 2544 xhci_write_64(xhci, val_64, &xhci->ir_set->erst_base); in xhci_mem_init()
|
| D | xhci-ring.c | 3065 xhci_write_64(xhci, temp_64, &xhci->ir_set->erst_dequeue); in xhci_update_erst_dequeue() 3124 xhci_write_64(xhci, temp_64 | ERST_EHB, in xhci_irq()
|
| D | xhci.h | 1993 static inline void xhci_write_64(struct xhci_hcd *xhci, in xhci_write_64() function
|