OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIEPDMA
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DwUsbDxe.c
162
WRITE_REG32(
DIEPDMA
(ep), (UINT32)(UINTN)(g_dma_desc_in)); // DMA Address (DMAAddr) is zero
178
WRITE_REG32(
DIEPDMA
(ep), (UINT32)(UINTN)(g_dma_desc_in)); // ptr is DMA address
DwUsbDxe.h
405
#define
DIEPDMA
(x) (0x914 + 0x20 * (x))
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
usb.c
365
mmio_write_32(
DIEPDMA
(ep), (unsigned long)&dma_desc_in);
448
mmio_write_32(
DIEPDMA
(ep), (unsigned long)&dma_desc_in);
459
mmio_write_32(
DIEPDMA
(ep), (unsigned long)&dma_desc_in);
[
all
...]
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
usb.h
359
#define
DIEPDMA
(x) (DWC_OTG_BASE + 0x914 + 0x20 * (x))
[
all
...]
Completed in 49 milliseconds