Lines Matching refs:xhci_handshake
68 int xhci_handshake(void __iomem *ptr, u32 mask, u32 done, u64 timeout_us) in xhci_handshake() function
117 ret = xhci_handshake(&xhci->op_regs->status, in xhci_halt()
148 ret = xhci_handshake(&xhci->op_regs->status, in xhci_start()
203 ret = xhci_handshake(&xhci->op_regs->command, CMD_RESET, 0, timeout_us); in xhci_reset()
216 ret = xhci_handshake(&xhci->op_regs->status, STS_CNR, 0, timeout_us); in xhci_reset()
288 err = xhci_handshake(&xhci->op_regs->status, in xhci_zero_64b_regs()
1057 if (xhci_handshake(&xhci->op_regs->status, in xhci_suspend()
1073 if (xhci_handshake(&xhci->op_regs->status, in xhci_suspend()
1157 retval = xhci_handshake(&xhci->op_regs->status, in xhci_resume()
1179 if (xhci_handshake(&xhci->op_regs->status, in xhci_resume()
1257 xhci_handshake(&xhci->op_regs->status, STS_HALT, in xhci_resume()