Searched refs:XHCI_MAX_RESET_USEC (Results 1 – 2 of 2) sorted by relevance
222 ret = handshake(&hcor->or_usbcmd, CMD_RESET, 0, XHCI_MAX_RESET_USEC); in xhci_reset()230 return handshake(&hcor->or_usbsts, STS_CNR, 0, XHCI_MAX_RESET_USEC); in xhci_reset()
37 #define XHCI_MAX_RESET_USEC (250*1000) macro