Home
last modified time | relevance | path

Searched defs:ndmaNo (Results 1 – 6 of 6) sorted by relevance

/TwlSDK-5.1.0/build/libraries/mi/common.TWL/src/
Dmi_ndma.c42 static inline void MIi_SetSrc( u32 ndmaNo, u32 src ) in MIi_SetSrc()
46 static inline void MIi_SetDest( u32 ndmaNo, u32 dest ) in MIi_SetDest()
50 static inline void MIi_SetTotalWordCount( u32 ndmaNo, u32 size ) in MIi_SetTotalWordCount()
54 static inline void MIi_SetWordCount( u32 ndmaNo, u32 size ) in MIi_SetWordCount()
58 static inline void MIi_SetInterval( u32 ndmaNo, u32 intervalTimer, u32 prescaler ) in MIi_SetInterval()
66 static inline void MIi_SetFillData( u32 ndmaNo, u32 data ) in MIi_SetFillData()
70 static inline void MIi_SetControl( u32 ndmaNo, u32 contData ) in MIi_SetControl()
124 u32 ndmaNo, in MIi_NDma_withConfig_Dev()
183 u32 ndmaNo, in MIi_NDmaAsync_withConfig_Dev()
365 void MI_NDmaFill(u32 ndmaNo, void *dest, u32 data, u32 size) in MI_NDmaFill()
[all …]
Dmi_ndma_gxcommand.c31 u32 ndmaNo; member
61 void MI_SendNDmaGXCommand(u32 ndmaNo, const void *src, u32 commandLength) in MI_SendNDmaGXCommand()
116 void MI_SendNDmaGXCommandAsync(u32 ndmaNo, const void *src, u32 commandLength, MINDmaCallback ca… in MI_SendNDmaGXCommandAsync()
246 void MI_SendNDmaGXCommandFast(u32 ndmaNo, const void *src, u32 commandLength) in MI_SendNDmaGXCommandFast()
298 void MI_SendNDmaGXCommandAsyncFast(u32 ndmaNo, const void *src, u32 commandLength, MINDmaCallback c… in MI_SendNDmaGXCommandAsyncFast()
/TwlSDK-5.1.0/include/twl/mi/common/
Ddma.h157 #define MI_NDMA_NUM_WOFFSET(ndmaNo) (ndmaNo * 7) argument
166 #define MI_NDMA_REGADDR(ndmaNo, reg) (((vu32*)REG_NDMA0SAD_ADDR) + MI_NDMA_NUM_WOFFSET(ndmaNo) +… argument
167 #define MI_NDMA_REG(ndmaNo, reg) ( *( MI_NDMA_REGADDR(ndmaNo, reg) ) ) argument
319 #define MI_NDmaClear(ndmaNo, dest, size) \ argument
321 #define MI_NDmaClear_SetUp(ndmaNo, dest, size) \ argument
355 #define MI_NDmaClearAsync(ndmaNo, dest, size, callback, arg) \ argument
357 #define MI_NDmaClearAsync_SetUp(ndmaNo, dest, size, callback, arg) \ argument
391 #define MI_NDmaClearEx(ndmaNo, dest, size, config) \ argument
393 #define MI_NDmaClearEx_SetUp(ndmaNo, dest, size, config) \ argument
427 #define MI_NDmaClearExAsync(ndmaNo, dest, size, callback, arg, config) \ argument
[all …]
/TwlSDK-5.1.0/build/libraries/mi/common.TWL/include/
Dmi_ndma.h132 u32 ndmaNo, in MIi_NDma()
146 u32 ndmaNo, in MIi_NDmaAsync()
/TwlSDK-5.1.0/include/nitro/mi/
Ddma.h96 #define MI_DMA_NUM_WOFFSET(ndmaNo) (ndmaNo * 3) argument
/TwlSDK-5.1.0/include/twl/fatfs/common/
Dtypes.h467 u32 ndmaNo; member