Searched refs:xhci_read_64 (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/early/ |
H A D | xhci-dbc.h | 219 #define xdbc_read64(regs) xhci_read_64(NULL, (regs))
|
/kernel/linux/linux-6.6/drivers/usb/early/ |
H A D | xhci-dbc.h | 219 #define xdbc_read64(regs) xhci_read_64(NULL, (regs))
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci.c | 267 val = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_zero_64b_regs() 270 val = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_zero_64b_regs() 281 val = xhci_read_64(xhci, &ir->erst_base); in xhci_zero_64b_regs() 284 val= xhci_read_64(xhci, &ir->erst_dequeue); in xhci_zero_64b_regs() 663 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_run() 827 xhci->s3.dcbaa_ptr = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_save_registers() 830 xhci->s3.erst_base = xhci_read_64(xhci, &xhci->ir_set->erst_base); in xhci_save_registers() 831 xhci->s3.erst_dequeue = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_save_registers() 854 val_64 = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_set_cmd_ring_deq() 4271 temp_64 = xhci_read_64(xhc in xhci_setup_device() [all...] |
H A D | xhci-mem.c | 2131 temp = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_set_hc_event_deq() 2534 val_64 = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_mem_init() 2592 val_64 = xhci_read_64(xhci, &xhci->ir_set->erst_base); in xhci_mem_init()
|
H A D | xhci-ring.c | 1537 hw_ring_state = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_handle_command_timeout() 2930 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_update_erst_dequeue() 3011 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_irq()
|
H A D | xhci.h | 1986 static inline u64 xhci_read_64(const struct xhci_hcd *xhci, in xhci_read_64() function
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci.c | 269 val = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_zero_64b_regs() 272 val = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_zero_64b_regs() 283 val = xhci_read_64(xhci, &ir->erst_base); in xhci_zero_64b_regs() 286 val= xhci_read_64(xhci, &ir->erst_dequeue); in xhci_zero_64b_regs() 522 temp_64 = xhci_read_64(xhci, &ir->ir_set->erst_dequeue); in xhci_run() 675 xhci->s3.dcbaa_ptr = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_save_registers() 682 ir->s3_erst_base = xhci_read_64(xhci, &ir->ir_set->erst_base); in xhci_save_registers() 683 ir->s3_erst_dequeue = xhci_read_64(xhci, &ir->ir_set->erst_dequeue); in xhci_save_registers() 708 val_64 = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_set_cmd_ring_deq() 4160 temp_64 = xhci_read_64(xhc in xhci_setup_device() [all...] |
H A D | xhci-mem.c | 1827 tmp64 = xhci_read_64(xhci, &ir->ir_set->erst_dequeue); in xhci_free_interrupter() 1944 temp = xhci_read_64(xhci, &ir->ir_set->erst_dequeue); in xhci_set_hc_event_deq() 2287 erst_base = xhci_read_64(xhci, &ir->ir_set->erst_base); in xhci_add_interrupter() 2401 val_64 = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_mem_init()
|
H A D | xhci-ring.c | 1631 hw_ring_state = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_handle_command_timeout() 3055 temp_64 = xhci_read_64(xhci, &ir->ir_set->erst_dequeue); in xhci_update_erst_dequeue() 3144 temp_64 = xhci_read_64(xhci, &ir->ir_set->erst_dequeue); in xhci_irq()
|
H A D | xhci.h | 2025 static inline u64 xhci_read_64(const struct xhci_hcd *xhci, in xhci_read_64() function
|
Completed in 39 milliseconds