Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci.c181 ret = handshake(&hcor->or_usbsts, STS_HALT, 0, XHCI_MAX_HALT_USEC); in xhci_start()
185 XHCI_MAX_HALT_USEC); in xhci_start()
211 STS_HALT, STS_HALT, XHCI_MAX_HALT_USEC); in xhci_reset()
214 XHCI_MAX_HALT_USEC); in xhci_reset()
/external/u-boot/include/usb/
Dxhci.h35 #define XHCI_MAX_HALT_USEC (16*1000) macro
1147 #define XHCI_MAX_HALT_USEC (16*1000) macro