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

  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DwUsbDxe.c 190 WRITE_REG32(DOEPCTL(ep), ((READ_REG32(DOEPCTL(ep))) & (~0x00200000)));
192 WRITE_REG32(DOEPCTL(ep), (READ_REG32(DOEPCTL(ep)) | 0x8000));
219 WRITE_REG32(DOEPCTL(ep), (READ_REG32(DOEPCTL(ep)) | 0x84000000));
331 WRITE_REG32(DOEPCTL(ep), ((READ_REG32(DOEPCTL(ep))) & ~0x000C0000) | newbits);
DwUsbDxe.h 474 #define DOEPCTL(x) (0xB00 + 0x20 * (x))
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
usb.c 224 data = mmio_read_32(DOEPCTL(ep));
227 mmio_write_32(DOEPCTL(ep), data);
388 mmio_write_32(DOEPCTL(endpoint), data | 0x00200000);
390 mmio_write_32(DOEPCTL(endpoint), data & ~0x00200000);
552 data = mmio_read_32(DOEPCTL(ep)) & ~0x00200000;
553 mmio_write_32(DOEPCTL(ep), data);
555 data = mmio_read_32(DOEPCTL(ep)) | 0x8000;
556 mmio_write_32(DOEPCTL(ep), data);
608 data = mmio_read_32(DOEPCTL(ep));
610 mmio_write_32(DOEPCTL(ep), data)
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
usb.h 428 #define DOEPCTL(x) (DWC_OTG_BASE + 0xB00 + 0x20 * (x))
    [all...]

Completed in 598 milliseconds