Lines Matching refs:xhci_handshake
68 int xhci_handshake(void __iomem *ptr, u32 mask, u32 done, u64 timeout_us) in xhci_handshake() function
116 ret = xhci_handshake(&xhci->op_regs->status, in xhci_halt()
145 ret = xhci_handshake(&xhci->op_regs->status, in xhci_start()
198 ret = xhci_handshake(&xhci->op_regs->command, CMD_RESET, 0, timeout_us); in xhci_reset()
211 ret = xhci_handshake(&xhci->op_regs->status, STS_CNR, 0, timeout_us); in xhci_reset()
283 err = xhci_handshake(&xhci->op_regs->status, in xhci_zero_64b_regs()
1035 if (xhci_handshake(&xhci->op_regs->status, in xhci_suspend()
1051 if (xhci_handshake(&xhci->op_regs->status, in xhci_suspend()
1135 retval = xhci_handshake(&xhci->op_regs->status, in xhci_resume()
1157 if (xhci_handshake(&xhci->op_regs->status, in xhci_resume()
1237 xhci_handshake(&xhci->op_regs->status, STS_HALT, in xhci_resume()