Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ext-caps.h12 #define XHCI_MAX_HALT_USEC (32 * 1000) macro
H A Dpci-quirks.c1230 XHCI_MAX_HALT_USEC, 125); in quirk_usb_handoff_xhci()
1235 XHCI_MAX_HALT_USEC, val); in quirk_usb_handoff_xhci()
H A Dxhci.c117 STS_HALT, STS_HALT, XHCI_MAX_HALT_USEC); in xhci_halt()
146 STS_HALT, 0, XHCI_MAX_HALT_USEC); in xhci_start()
150 XHCI_MAX_HALT_USEC); in xhci_start()
285 XHCI_MAX_HALT_USEC); in xhci_zero_64b_regs()
989 unsigned int delay = XHCI_MAX_HALT_USEC * 2; in xhci_suspend()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A 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()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h36 #define XHCI_MAX_HALT_USEC (16*1000) macro
1148 #define XHCI_MAX_HALT_USEC (16*1000) macro