Home
last modified time | relevance | path

Searched refs:XHCI_MAX_RESET_USEC (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/usb/host/
Dxhci.c222 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()
Dxhci.h37 #define XHCI_MAX_RESET_USEC (250*1000) macro