Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c223 ret = handshake(&hcor->or_usbcmd, CMD_RESET, 0, XHCI_MAX_RESET_USEC); in xhci_reset()
231 return handshake(&hcor->or_usbsts, STS_CNR, 0, XHCI_MAX_RESET_USEC); in xhci_reset()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h38 #define XHCI_MAX_RESET_USEC (250*1000) macro