Searched refs:MIi_GX_LENGTH_ONCE (Results 1 – 2 of 2) sorted by relevance
24 #define MIi_GX_LENGTH_ONCE (118 * sizeof(u32)) //(byte) macro85 u32 length = (leftLength > MIi_GX_LENGTH_ONCE)? MIi_GX_LENGTH_ONCE : leftLength; in MI_SendNDmaGXCommand()184 …length = (MIi_GXNDmaParams.length >= MIi_GX_LENGTH_ONCE) ? MIi_GX_LENGTH_ONCE : MIi_GXNDmaParams.l… in MIi_FIFOCallback()
23 #define MIi_GX_LENGTH_ONCE (118 * sizeof(u32)) //(byte) macro85 u32 length = (leftLength > MIi_GX_LENGTH_ONCE) ? MIi_GX_LENGTH_ONCE : leftLength; in MI_SendGXCommand()184 …length = (MIi_GXDmaParams.length >= MIi_GX_LENGTH_ONCE) ? MIi_GX_LENGTH_ONCE : MIi_GXDmaParams.len… in MIi_FIFOCallback()