Home
last modified time | relevance | path

Searched refs:xhci_write_64 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/early/
H A Dxhci-dbc.h220 #define xdbc_write64(val, regs) xhci_write_64(NULL, (val), (regs))
/linux/drivers/usb/host/
H A Dxhci-mem.c1808 xhci_write_64(xhci, ERST_EHB, &ir->ir_set->erst_dequeue); in xhci_remove_interrupter()
1975 xhci_write_64(xhci, deq & ERST_PTR_MASK, &ir->ir_set->erst_dequeue); in xhci_set_hc_event_deq()
2320 xhci_write_64(xhci, erst_base, &ir->ir_set->erst_base); in xhci_add_interrupter()
2431 xhci_write_64(xhci, dma, &xhci->op_regs->dcbaa_ptr); in xhci_mem_init()
2485 xhci_write_64(xhci, val_64, &xhci->op_regs->cmd_ring); in xhci_mem_init()
H A Dxhci-ring.c455 xhci_write_64(xhci, crcr | CMD_RING_ABORT, &xhci->op_regs->cmd_ring); in xhci_abort_cmd_ring()
3050 xhci_write_64(xhci, temp_64, &ir->ir_set->erst_dequeue); in xhci_update_erst_dequeue()
3089 xhci_write_64(xhci, temp | ERST_EHB, &ir->ir_set->erst_dequeue); in xhci_handle_events()
H A Dxhci.h1751 static inline void xhci_write_64(struct xhci_hcd *xhci, in xhci_write_64() function