Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DDwUsbDxe.c99 WRITE_REG32(DOEPCTL0, 0x8000); in reset_endpoints()
134 WRITE_REG32(DOEPCTL0, (READ_REG32(DOEPCTL0) | 0x84000000)); in reset_endpoints()
478 WRITE_REG32(DOEPCTL0, READ_REG32(DOEPCTL0) | 0x08000000); in CheckInterrupts()
505 WRITE_REG32(DOEPCTL0, 0x84000000); in CheckInterrupts()
DDwUsbDxe.h478 #define DOEPCTL0 (0xB00) macro
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
Dusb.c159 mmio_write_32(DOEPCTL0, 0x8000); in reset_endpoints()
198 data = mmio_read_32(DOEPCTL0); in reset_endpoints()
199 mmio_write_32(DOEPCTL0, (data | 0x84000000)); in reset_endpoints()
1089 mmio_write_32(DOEPCTL0, 0x84000000); in usb_poll()
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
Dusb.h476 #define DOEPCTL0 (DWC_OTG_BASE + 0xB00) macro