xhci_handshake
ret = xhci_handshake(&dbc->regs->control,
ret = xhci_handshake(&dbc->regs->control,
sret = xhci_handshake(&ports[port_index]->port_reg->portsc, PORT_PLC,
ret = xhci_handshake(&xhci->op_regs->cmd_ring,
if (xhci_handshake(&xhci->op_regs->status,
if (xhci_handshake(&xhci->op_regs->status,
retval = xhci_handshake(&xhci->op_regs->status,
if (xhci_handshake(&xhci->op_regs->status,
xhci_handshake(&xhci->op_regs->status, STS_HALT,
ret = xhci_handshake(&xhci->op_regs->status,
ret = xhci_handshake(&xhci->op_regs->status,
ret = xhci_handshake(&xhci->op_regs->command, CMD_RESET, 0, timeout_us);
ret = xhci_handshake(&xhci->op_regs->status, STS_CNR, 0, timeout_us);
err = xhci_handshake(&xhci->op_regs->status,
int xhci_handshake(void __iomem *ptr, u32 mask, u32 done, u64 timeout_us);