Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci.h46 #define STS_HALT (1 << 12) macro
H A Dxhci.c181 ret = handshake(&hcor->or_usbsts, STS_HALT, 0, XHCI_MAX_HALT_USEC); in xhci_start()
203 state = xhci_readl(&hcor->or_usbsts) & STS_HALT; in xhci_reset()
211 STS_HALT, STS_HALT, XHCI_MAX_HALT_USEC); in xhci_reset()
H A Dehci-hcd.c231 ret = handshake(&ctrl->hcor->or_usbsts, STS_HALT, STS_HALT, in ehci_shutdown()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h208 #define STS_HALT XHCI_STS_HALT macro