Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h38 #define XHCI_MAX_RESET_USEC (250*1000) macro