Lines Matching defs:size
123 #define MI_CNT_CLEAR16(size) ( MI_DMA_IMM16ENABLE | MI_DMA_SRC_FIX | MI_DMA_DEST_INC | ((size… argument
124 #define MI_CNT_CLEAR32(size) ( MI_DMA_IMM32ENABLE | MI_DMA_SRC_FIX | MI_DMA_DEST_INC | ((size… argument
125 #define MI_CNT_CLEAR16_IF(size) ( MI_CNT_CLEAR16((size)) | MI_DMA_IF_ENABLE ) argument
126 #define MI_CNT_CLEAR32_IF(size) ( MI_CNT_CLEAR32((size)) | MI_DMA_IF_ENABLE ) argument
128 #define MI_CNT_SET_CLEAR16(size) ( MI_DMA_IMM16DISABLE | MI_DMA_SRC_FIX | MI_DMA_DEST_INC | ((siz… argument
129 #define MI_CNT_SET_CLEAR32(size) ( MI_DMA_IMM32DISABLE | MI_DMA_SRC_FIX | MI_DMA_DEST_INC | ((siz… argument
130 #define MI_CNT_SET_CLEAR16_IF(size)( MI_CNT_SET_CLEAR16((size)) | MI_DMA_IF_ENABLE ) argument
131 #define MI_CNT_SET_CLEAR32_IF(size)( MI_CNT_SET_CLEAR32((size)) | MI_DMA_IF_ENABLE ) argument
134 #define MI_CNT_COPY16(size) ( MI_DMA_IMM16ENABLE | MI_DMA_SRC_INC | MI_DMA_DEST_INC | ((size… argument
135 #define MI_CNT_COPY32(size) ( MI_DMA_IMM32ENABLE | MI_DMA_SRC_INC | MI_DMA_DEST_INC | ((size… argument
136 #define MI_CNT_COPY16_IF(size) ( MI_CNT_COPY16((size)) | MI_DMA_IF_ENABLE ) argument
137 #define MI_CNT_COPY32_IF(size) ( MI_CNT_COPY32((size)) | MI_DMA_IF_ENABLE ) argument
139 #define MI_CNT_SET_COPY16(size) ( MI_DMA_IMM16DISABLE | MI_DMA_SRC_INC | MI_DMA_DEST_INC | ((siz… argument
140 #define MI_CNT_SET_COPY32(size) ( MI_DMA_IMM32DISABLE | MI_DMA_SRC_INC | MI_DMA_DEST_INC | ((siz… argument
141 #define MI_CNT_SET_COPY16_IF(size) ( MI_CNT_SET_COPY16((size)) | MI_DMA_IF_ENABLE ) argument
142 #define MI_CNT_SET_COPY32_IF(size) ( MI_CNT_SET_COPY32((size)) | MI_DMA_IF_ENABLE ) argument
145 #define MI_CNT_SEND16(size) ( MI_DMA_IMM16ENABLE | MI_DMA_SRC_INC | MI_DMA_DEST_FIX | ((size… argument
146 #define MI_CNT_SEND32(size) ( MI_DMA_IMM32ENABLE | MI_DMA_SRC_INC | MI_DMA_DEST_FIX | ((size… argument
147 #define MI_CNT_SEND16_IF(size) ( MI_CNT_SEND16((size)) | MI_DMA_IF_ENABLE ) argument
148 #define MI_CNT_SEND32_IF(size) ( MI_CNT_SEND32((size)) | MI_DMA_IF_ENABLE ) argument
150 #define MI_CNT_SET_SEND16(size) ( MI_DMA_IMM16DISABLE | MI_DMA_SRC_INC | MI_DMA_DEST_FIX | ((siz… argument
151 #define MI_CNT_SET_SEND32(size) ( MI_DMA_IMM32DISABLE | MI_DMA_SRC_INC | MI_DMA_DEST_FIX | ((siz… argument
152 #define MI_CNT_SET_SEND16_IF(size) ( MI_CNT_SET_SEND16((size)) | MI_DMA_IF_ENABLE ) argument
153 #define MI_CNT_SET_SEND32_IF(size) ( MI_CNT_SET_SEND32((size)) | MI_DMA_IF_ENABLE ) argument
156 #define MI_CNT_RECV16(size) ( MI_DMA_IMM16ENABLE | MI_DMA_SRC_FIX | MI_DMA_DEST_INC | ((size… argument
157 #define MI_CNT_RECV32(size) ( MI_DMA_IMM32ENABLE | MI_DMA_SRC_FIX | MI_DMA_DEST_INC | ((size… argument
158 #define MI_CNT_RECV16_IF(size) ( MI_CNT_RECV16((size)) | MI_DMA_IF_ENABLE ) argument
159 #define MI_CNT_RECV32_IF(size) ( MI_CNT_RECV32((size)) | MI_DMA_IF_ENABLE ) argument
161 #define MI_CNT_SET_RECV16(size) ( MI_DMA_IMM16DISABLE | MI_DMA_SRC_FIX | MI_DMA_DEST_INC | ((siz… argument
162 #define MI_CNT_SET_RECV32(size) ( MI_DMA_IMM32DISABLE | MI_DMA_SRC_FIX | MI_DMA_DEST_INC | ((siz… argument
163 #define MI_CNT_SET_RECV16_IF(size) ( MI_CNT_SET_RECV16((size)) | MI_DMA_IF_ENABLE ) argument
164 #define MI_CNT_SET_RECV32_IF(size) ( MI_CNT_SET_RECV32((size)) | MI_DMA_IF_ENABLE ) argument
167 #define MI_CNT_PIPE16(size) ( MI_DMA_IMM16ENABLE | MI_DMA_SRC_FIX | MI_DMA_DEST_FIX | ((size… argument
168 #define MI_CNT_PIPE32(size) ( MI_DMA_IMM32ENABLE | MI_DMA_SRC_FIX | MI_DMA_DEST_FIX | ((size… argument
169 #define MI_CNT_PIPE16_IF(size) ( MI_CNT_PIPE16((size)) | MI_DMA_IF_ENABLE ) argument
170 #define MI_CNT_PIPE32_IF(size) ( MI_CNT_PIPE32((size)) | MI_DMA_IF_ENABLE ) argument
172 #define MI_CNT_SET_PIPE16(size) ( MI_DMA_IMM16DISABLE | MI_DMA_SRC_FIX | MI_DMA_DEST_FIX | ((siz… argument
173 #define MI_CNT_SET_PIPE32(size) ( MI_DMA_IMM32DISABLE | MI_DMA_SRC_FIX | MI_DMA_DEST_FIX | ((siz… argument
174 #define MI_CNT_SET_PIPE16_IF(size) ( MI_CNT_SET_PIPE16((size)) | MI_DMA_IF_ENABLE ) argument
175 #define MI_CNT_SET_PIPE32_IF(size) ( MI_CNT_SET_PIPE32((size)) | MI_DMA_IF_ENABLE ) argument
179 # define MI_CNT_HBCOPY16(size) ( MI_DMA_ENABLE | MI_DMA_TIMING_H_BLANK | MI_DMA_SRC_INC | MI_DM… argument
180 # define MI_CNT_HBCOPY32(size) ( MI_DMA_ENABLE | MI_DMA_TIMING_H_BLANK | MI_DMA_SRC_INC | MI_DM… argument
181 # define MI_CNT_HBCOPY16_IF(size) ( MI_CNT_HBCOPY16((size)) | MI_DMA_IF_ENABLE ) argument
182 # define MI_CNT_HBCOPY32_IF(size) ( MI_CNT_HBCOPY32((size)) | MI_DMA_IF_ENABLE ) argument
186 #define MI_CNT_VBCOPY16(size) ( MI_DMA_ENABLE | MI_DMA_TIMING_V_BLANK | MI_DMA_SRC_INC | MI_DM… argument
187 #define MI_CNT_VBCOPY32(size) ( MI_DMA_ENABLE | MI_DMA_TIMING_V_BLANK | MI_DMA_SRC_INC | MI_DM… argument
188 #define MI_CNT_VBCOPY16_IF(size) ( MI_CNT_VBCOPY16((size)) | MI_DMA_IF_ENABLE ) argument
189 #define MI_CNT_VBCOPY32_IF(size) ( MI_CNT_VBCOPY32((size)) | MI_DMA_IF_ENABLE ) argument
193 #define MI_CNT_CARDRECV32(size) ( MI_DMA_ENABLE | MI_DMA_TIMING_CARD | MI_DMA_SRC_FIX | MI_DMA_D… argument
198 # define MI_CNT_MMCOPY(size) ( MI_DMA_ENABLE | MI_DMA_TIMING_DISP_MMEM | MI_DMA_SRC_INC | MI_… argument
203 # define MI_CNT_GXCOPY(size) ( MI_DMA_ENABLE | MI_DMA_TIMING_GXFIFO | MI_DMA_SRC_INC | MI_DMA… argument
204 # define MI_CNT_GXCOPY_IF(size) ( MI_CNT_GXCOPY(size) | MI_DMA_IF_ENABLE ) argument
228 static inline void MI_DmaFill32(u32 dmaNo, void *dest, u32 data, u32 size) in MI_DmaFill32()
232 static inline void MI_DmaFill32_SetUp(u32 dmaNo, void *dest, u32 data, u32 size) in MI_DmaFill32_SetUp()
251 static inline void MI_DmaCopy32(u32 dmaNo, const void *src, void *dest, u32 size) in MI_DmaCopy32()
255 static inline void MI_DmaCopy32_SetUp(u32 dmaNo, const void *src, void *dest, u32 size) in MI_DmaCopy32_SetUp()
272 static inline void MI_DmaClear32(u32 dmaNo, void *dest, u32 size) in MI_DmaClear32()
276 static inline void MI_DmaClear32_SetUp(u32 dmaNo, void *dest, u32 size) in MI_DmaClear32_SetUp()
295 static inline void MI_DmaSend32(u32 dmaNo, const void *src, volatile void *dest, u32 size) in MI_DmaSend32()
299 static inline void MI_DmaSend32_SetUp(u32 dmaNo, const void *src, volatile void *dest, u32 size) in MI_DmaSend32_SetUp()
318 static inline void MI_DmaRecv32(u32 dmaNo, volatile const void *src, void *dest, u32 size) in MI_DmaRecv32()
322 static inline void MI_DmaRecv32_SetUp(u32 dmaNo, volatile const void *src, void *dest, u32 size) in MI_DmaRecv32_SetUp()
341 …tic inline void MI_DmaPipe32(u32 dmaNo, volatile const void *src, volatile void *dest, u32 size) in MI_DmaPipe32()
345 …line void MI_DmaPipe32_SetUp(u32 dmaNo, volatile const void *src, volatile void *dest, u32 size) in MI_DmaPipe32_SetUp()
364 static inline void MI_DmaFill16(u32 dmaNo, void *dest, u16 data, u32 size) in MI_DmaFill16()
368 static inline void MI_DmaFill16_SetUp(u32 dmaNo, void *dest, u16 data, u32 size) in MI_DmaFill16_SetUp()
387 static inline void MI_DmaCopy16(u32 dmaNo, const void *src, void *dest, u32 size) in MI_DmaCopy16()
391 static inline void MI_DmaCopy16_SetUp(u32 dmaNo, const void *src, void *dest, u32 size) in MI_DmaCopy16_SetUp()
408 static inline void MI_DmaClear16(u32 dmaNo, void *dest, u32 size) in MI_DmaClear16()
412 static inline void MI_DmaClear16_SetUp(u32 dmaNo, void *dest, u32 size) in MI_DmaClear16_SetUp()
431 static inline void MI_DmaSend16(u32 dmaNo, const void *src, volatile void *dest, u32 size) in MI_DmaSend16()
435 static inline void MI_DmaSend16_SetUp(u32 dmaNo, const void *src, volatile void *dest, u32 size) in MI_DmaSend16_SetUp()
454 static inline void MI_DmaRecv16(u32 dmaNo, volatile const void *src, void *dest, u32 size) in MI_DmaRecv16()
458 static inline void MI_DmaRecv16_SetUp(u32 dmaNo, volatile const void *src, void *dest, u32 size) in MI_DmaRecv16_SetUp()
477 …tic inline void MI_DmaPipe16(u32 dmaNo, volatile const void *src, volatile void *dest, u32 size) in MI_DmaPipe16()
481 …line void MI_DmaPipe16_SetUp(u32 dmaNo, volatile const void *src, volatile void *dest, u32 size) in MI_DmaPipe16_SetUp()
505 static inline void MI_DmaFill32Async(u32 dmaNo, void *dest, u32 data, u32 size, MIDmaCallback ca… in MI_DmaFill32Async()
509 static inline void MI_DmaFill32Async_SetUp(u32 dmaNo, void *dest, u32 data, u32 size, MIDmaCallb… in MI_DmaFill32Async_SetUp()
530 static inline void MI_DmaCopy32Async(u32 dmaNo, const void *src, void *dest, u32 size, MIDmaCall… in MI_DmaCopy32Async()
534 static inline void MI_DmaCopy32Async_SetUp(u32 dmaNo, const void *src, void *dest, u32 size, MID… in MI_DmaCopy32Async_SetUp()
553 static inline void MI_DmaClear32Async(u32 dmaNo, void *dest, u32 size, MIDmaCallback callback, void… in MI_DmaClear32Async()
557 static inline void MI_DmaClear32Async_SetUp(u32 dmaNo, void *dest, u32 size, MIDmaCallback callback… in MI_DmaClear32Async_SetUp()
578 static inline void MI_DmaSend32Async(u32 dmaNo, const void *src, volatile void *dest, u32 size, … in MI_DmaSend32Async()
582 …I_DmaSend32Async_SetUp(u32 dmaNo, const void *src, volatile void *dest, u32 size, MIDmaCallback ca… in MI_DmaSend32Async_SetUp()
603 static inline void MI_DmaRecv32Async(u32 dmaNo, volatile const void *src, void *dest, u32 size, … in MI_DmaRecv32Async()
607 …I_DmaRecv32Async_SetUp(u32 dmaNo, volatile const void *src, void *dest, u32 size, MIDmaCallback ca… in MI_DmaRecv32Async_SetUp()
628 …maPipe32Async(u32 dmaNo, volatile const void *src, volatile void *dest, u32 size, MIDmaCallback ca… in MI_DmaPipe32Async()
632 …32Async_SetUp(u32 dmaNo, volatile const void *src, volatile void *dest, u32 size, MIDmaCallback ca… in MI_DmaPipe32Async_SetUp()
653 static inline void MI_DmaFill16Async(u32 dmaNo, void *dest, u16 data, u32 size, MIDmaCallback ca… in MI_DmaFill16Async()
657 static inline void MI_DmaFill16Async_SetUp(u32 dmaNo, void *dest, u16 data, u32 size, MIDmaCallb… in MI_DmaFill16Async_SetUp()
678 static inline void MI_DmaCopy16Async(u32 dmaNo, const void *src, void *dest, u32 size, MIDmaCall… in MI_DmaCopy16Async()
682 static inline void MI_DmaCopy16Async_SetUp(u32 dmaNo, const void *src, void *dest, u32 size, MID… in MI_DmaCopy16Async_SetUp()
701 static inline void MI_DmaClear16Async(u32 dmaNo, void *dest, u32 size, MIDmaCallback callback, in MI_DmaClear16Async()
706 static inline void MI_DmaClear16Async_SetUp(u32 dmaNo, void *dest, u32 size, MIDmaCallback callback, in MI_DmaClear16Async_SetUp()
728 static inline void MI_DmaSend16Async(u32 dmaNo, const void *src, volatile void *dest, u32 size, … in MI_DmaSend16Async()
732 …I_DmaSend16Async_SetUp(u32 dmaNo, const void *src, volatile void *dest, u32 size, MIDmaCallback ca… in MI_DmaSend16Async_SetUp()
753 static inline void MI_DmaRecv16Async(u32 dmaNo, volatile const void *src, void *dest, u32 size, … in MI_DmaRecv16Async()
757 …I_DmaRecv16Async_SetUp(u32 dmaNo, volatile const void *src, void *dest, u32 size, MIDmaCallback ca… in MI_DmaRecv16Async_SetUp()
778 …maPipe16Async(u32 dmaNo, volatile const void *src, volatile void *dest, u32 size, MIDmaCallback ca… in MI_DmaPipe16Async()
782 …16Async_SetUp(u32 dmaNo, volatile const void *src, volatile void *dest, u32 size, MIDmaCallback ca… in MI_DmaPipe16Async_SetUp()