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

  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
usb.c 464 data = mmio_read_32(DIEPINT(ep));
468 "DTXFSTS(%d) is [0x%x], DIEPINT(%d) is [0x%x],"
472 ep, mmio_read_32(DIEPINT(ep)),
483 "DIEPINT(%d) is [0x%x], DIEPTSIZ(%d) is [0x%x] \n",
486 ep, mmio_read_32(DIEPINT(ep)),
500 epints = mmio_read_32(DIEPINT(ep)) & 1;
504 mmio_write_32(DIEPINT(ep), epints);
515 "DTXFSTS(%d) is [0x%x], DIEPINT(%d) is [0x%x] \n",
518 ep, mmio_read_32(DIEPINT(ep)));
529 if ((mmio_read_32(DIEPINT(ep)) & 0x2000) || (cycle > 100000))
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DwUsbDxe.h 403 #define DIEPINT(x) (0x908 + 0x20 * (x))
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
usb.h 357 #define DIEPINT(x) (DWC_OTG_BASE + 0x908 + 0x20 * (x))
    [all...]

Completed in 45 milliseconds