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

  /external/u-boot/drivers/usb/gadget/
ci_udc.h 63 #define STS_URI (1 << 6)
ci_udc.c 797 n &= (STS_SLI | STS_URI | STS_PCI | STS_UI | STS_UEI);
801 if (n & STS_URI) {
1053 return !!(readl(&udc->usbsts) & STS_URI);

Completed in 52 milliseconds