Home
last modified time | relevance | path

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

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