Searched refs:xhci_read_64 (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/early/ |
| H A D | xhci-dbc.h | 219 #define xdbc_read64(regs) xhci_read_64(NULL, (regs))
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci.c | 260 val = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_zero_64b_regs() 263 val = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_zero_64b_regs() 274 val = xhci_read_64(xhci, &ir->erst_base); in xhci_zero_64b_regs() 277 val= xhci_read_64(xhci, &ir->erst_dequeue); in xhci_zero_64b_regs() 656 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_run() 818 xhci->s3.dcbaa_ptr = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_save_registers() 821 xhci->s3.erst_base = xhci_read_64(xhci, &xhci->ir_set->erst_base); in xhci_save_registers() 822 xhci->s3.erst_dequeue = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_save_registers() 845 val_64 = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_set_cmd_ring_deq() 4219 temp_64 = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_setup_device()
|
| H A D | xhci-mem.c | 2221 temp = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_set_hc_event_deq() 2606 val_64 = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_mem_init() 2664 val_64 = xhci_read_64(xhci, &xhci->ir_set->erst_base); in xhci_mem_init()
|
| H A D | xhci-ring.c | 1667 hw_ring_state = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_handle_command_timeout() 3043 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_update_erst_dequeue() 3138 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_irq()
|
| H A D | xhci.h | 2008 static inline u64 xhci_read_64(const struct xhci_hcd *xhci, in xhci_read_64() function
|