Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mi/common.TWL/src/
Dmi_ndma.c373 MI_NDMA_ENABLE ); in MI_NDmaFill()
394 MI_NDMA_ENABLE ); in MI_NDmaCopy()
416 MI_NDMA_ENABLE ); in MI_NDmaSend()
438 MI_NDMA_ENABLE ); in MI_NDmaRecv()
460 MI_NDMA_ENABLE ); in MI_NDmaPipe()
485 MI_NDMA_ENABLE ); in MI_NDmaFillAsync()
511 MI_NDMA_ENABLE ); in MI_NDmaCopyAsync()
537 MI_NDMA_ENABLE ); in MI_NDmaSendAsync()
563 MI_NDMA_ENABLE ); in MI_NDmaRecvAsync()
589 MI_NDMA_ENABLE ); in MI_NDmaPipeAsync()
[all …]
Dmi_ndma_gxcommand.c88 … length, &MIi_NDmaConfig[ndmaNo], MI_NDMA_TIMING_GXFIFO, MI_NDMA_ENABLE ); in MI_SendNDmaGXCommand()
207 MI_NDMA_ENABLE ); in MIi_FIFOCallback()
274 MI_NDMA_ENABLE ); in MI_SendNDmaGXCommandFast()
329 MI_NDMA_ENABLE ); in MI_SendNDmaGXCommandAsyncFast()
/TwlSDK-5.1.0/include/twl/mi/common/
Ddma.h68 #define MI_NDMA_ENABLE (1UL << REG_MI_NDMA0CNT_E_SHIFT) // DMA enable macro
/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dpm.c1381 *ndmaCntp |= MI_NDMA_ENABLE; in PMi_PostSleepForNdma()