Home
last modified time | relevance | path

Searched refs:STS_HALT (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/usb/host/
Dxhci.c180 ret = handshake(&hcor->or_usbsts, STS_HALT, 0, XHCI_MAX_HALT_USEC); in xhci_start()
202 state = xhci_readl(&hcor->or_usbsts) & STS_HALT; in xhci_reset()
210 STS_HALT, STS_HALT, XHCI_MAX_HALT_USEC); in xhci_reset()
Dehci.h44 #define STS_HALT (1 << 12) macro
Dxhci.h207 #define STS_HALT XHCI_STS_HALT macro
Dehci-hcd.c230 ret = handshake(&ctrl->hcor->or_usbsts, STS_HALT, STS_HALT, in ehci_shutdown()