Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mi/common.TWL/src/
Dmi_ndma_gxcommand.c64 u32 leftLength = commandLength; in MI_SendNDmaGXCommand() local
70 if (leftLength == 0) in MI_SendNDmaGXCommand()
83 while(leftLength > 0) in MI_SendNDmaGXCommand()
85 u32 length = (leftLength > MIi_GX_LENGTH_ONCE)? MIi_GX_LENGTH_ONCE : leftLength; in MI_SendNDmaGXCommand()
90 leftLength -= length; in MI_SendNDmaGXCommand()
/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_dma_gxcommand.c67 u32 leftLength = commandLength; in MI_SendGXCommand() local
74 if (leftLength == 0) in MI_SendGXCommand()
83 while (leftLength > 0) in MI_SendGXCommand()
85 u32 length = (leftLength > MIi_GX_LENGTH_ONCE) ? MIi_GX_LENGTH_ONCE : leftLength; in MI_SendGXCommand()
87 leftLength -= length; in MI_SendGXCommand()