HomeSort by relevance Sort by last modified time
    Searched refs:STS_HALT (Results 1 - 4 of 4) sorted by null

  /external/u-boot/drivers/usb/host/
ehci.h 44 #define STS_HALT (1 << 12)
xhci.c 180 ret = handshake(&hcor->or_usbsts, STS_HALT, 0, XHCI_MAX_HALT_USEC);
202 state = xhci_readl(&hcor->or_usbsts) & STS_HALT;
210 STS_HALT, STS_HALT, XHCI_MAX_HALT_USEC);
    [all...]
xhci.h 207 #define STS_HALT XHCI_STS_HALT
    [all...]
ehci-hcd.c 230 ret = handshake(&ctrl->hcor->or_usbsts, STS_HALT, STS_HALT,
    [all...]

Completed in 230 milliseconds