Lines Matching full:burst
250 #define dmacHw_REG_CTL_DST_MSIZE_MASK 0x00003800 /* Destination burst transaction len…
251 #define dmacHw_REG_CTL_DST_MSIZE_0 0x00000000 /* No Destination burst */
252 #define dmacHw_REG_CTL_DST_MSIZE_4 0x00000800 /* Destination burst transaction len…
253 #define dmacHw_REG_CTL_DST_MSIZE_8 0x00001000 /* Destination burst transaction len…
254 #define dmacHw_REG_CTL_DST_MSIZE_16 0x00001800 /* Destination burst transaction len…
256 #define dmacHw_REG_CTL_SRC_MSIZE_MASK 0x0001C000 /* Source burst transaction length */
257 #define dmacHw_REG_CTL_SRC_MSIZE_0 0x00000000 /* No Source burst */
258 #define dmacHw_REG_CTL_SRC_MSIZE_4 0x00004000 /* Source burst transaction length 4…
259 #define dmacHw_REG_CTL_SRC_MSIZE_8 0x00008000 /* Source burst transaction length 8…
260 #define dmacHw_REG_CTL_SRC_MSIZE_16 0x0000C000 /* Source burst transaction length 1…
319 #define dmacHw_REG_CFG_LO_MAX_AMBA_BURST_LEN_MASK 0x3FF00000 /* Maximum AMBA burst length */
326 #define dmacHw_REG_CFG_HI_FIFO_ENOUGH 0x00000002 /* Initiate burst transaction when e…