Home
last modified time | relevance | path

Searched refs:DMA4_CICR (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/Omap35xxPkg/Library/OmapDmaLib/
DOmapDmaLib.c118 MmioWrite32 (DMA4_CICR (Channel), DMA4_CICR_ENABLE_ALL); in EnableDmaChannel()
168 MmioWrite32 (DMA4_CICR (Channel), 0); in DisableDmaChannel()
/device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/
DOmap3530Dma.h24 #define DMA4_CICR(_i) (0x48056088 + (0x60*(_i))) macro