Searched refs:XHCI_MAX_HALT_USEC (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-ext-caps.h | 12 #define XHCI_MAX_HALT_USEC (32 * 1000) macro
|
H A D | pci-quirks.c | 1228 XHCI_MAX_HALT_USEC, 125); in quirk_usb_handoff_xhci() 1233 XHCI_MAX_HALT_USEC, val); in quirk_usb_handoff_xhci()
|
H A D | xhci.c | 119 STS_HALT, STS_HALT, XHCI_MAX_HALT_USEC); in xhci_halt() 150 STS_HALT, 0, XHCI_MAX_HALT_USEC); in xhci_start() 154 XHCI_MAX_HALT_USEC); in xhci_start() 294 XHCI_MAX_HALT_USEC); in xhci_zero_64b_regs() 852 unsigned int delay = XHCI_MAX_HALT_USEC * 2; in xhci_suspend()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci.c | 180 ret = handshake(&hcor->or_usbsts, STS_HALT, 0, XHCI_MAX_HALT_USEC); in xhci_start() 184 XHCI_MAX_HALT_USEC); in xhci_start() 210 STS_HALT, STS_HALT, XHCI_MAX_HALT_USEC); in xhci_reset() 213 XHCI_MAX_HALT_USEC); in xhci_reset()
|
H A D | xhci.h | 35 #define XHCI_MAX_HALT_USEC (16*1000) macro 1147 #define XHCI_MAX_HALT_USEC (16*1000) macro
|