summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-10-15 16:40:23 -0600
committerTom Rini <[email protected]>2024-10-15 16:40:23 -0600
commit83362ce1f53e303eeab52ee941b6264e108281e5 (patch)
tree5c7254b2bee9b5a6dfce4d241ba53e612eca95c7 /include
parent77072f9efd3bdb62afc60b98f38d346e506e7e4f (diff)
parent3794bbf9e0e7ce2652935514cbfac49545c329a9 (diff)
Merge https://source.denx.de/u-boot/custodians/u-boot-usb
Diffstat (limited to 'include')
-rw-r--r--include/usb/xhci.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/usb/xhci.h b/include/usb/xhci.h
index 5fcdae1421f..ba065311df5 100644
--- a/include/usb/xhci.h
+++ b/include/usb/xhci.h
@@ -1134,8 +1134,6 @@ void xhci_hcd_stop(int index);
/*************************************************************
EXTENDED CAPABILITY DEFINITIONS
*************************************************************/
-/* Up to 16 ms to halt an HC */
-#define XHCI_MAX_HALT_USEC (16*1000)
/* HC not running - set to 1 when run/stop bit is cleared. */
#define XHCI_STS_HALT (1 << 0)