Searched refs:xhci_handshake (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A D | xhci.c | 70 int xhci_handshake(void __iomem *ptr, u32 mask, u32 done, u64 timeout_us) in xhci_handshake() function 119 ret = xhci_handshake(&xhci->op_regs->status, in xhci_halt() 150 ret = xhci_handshake(&xhci->op_regs->status, in xhci_start() 205 ret = xhci_handshake(&xhci->op_regs->command, CMD_RESET, 0, timeout_us); in xhci_reset() 218 ret = xhci_handshake(&xhci->op_regs->status, STS_CNR, 0, timeout_us); in xhci_reset() 293 err = xhci_handshake(&xhci->op_regs->status, in xhci_zero_64b_regs() 902 if (xhci_handshake(&xhci->op_regs->status, in xhci_suspend() 918 if (xhci_handshake(&xhci->op_regs->status, in xhci_suspend() 1000 retval = xhci_handshake(&xhci->op_regs->status, in xhci_resume() 1022 if (xhci_handshake(&xhci->op_regs->status, in xhci_resume() [all …]
|
H A D | xhci-dbgcap.c | 575 ret = xhci_handshake(&dbc->regs->control, in xhci_do_dbc_start() 588 ret = xhci_handshake(&dbc->regs->control, in xhci_do_dbc_start()
|
H A D | xhci-hub.c | 1965 sret = xhci_handshake(ports[port_index]->addr, PORT_PLC, in xhci_bus_resume()
|
H A D | xhci.h | 1875 int xhci_handshake(void __iomem *ptr, u32 mask, u32 done, u64 timeout_us);
|
H A D | xhci-ring.c | 462 ret = xhci_handshake(&xhci->op_regs->cmd_ring, in xhci_abort_cmd_ring()
|