Searched refs:UDMA_ATTR_USEBURST (Results 1 – 13 of 13) sorted by relevance
46 …ASSERT((attr & ~(UDMA_ATTR_USEBURST | UDMA_ATTR_ALTSELECT | UDMA_ATTR_HIGH_PRIORITY | UDMA_ATTR_RE… in uDMAEnableChannelAttribute()49 if (attr & UDMA_ATTR_USEBURST) in uDMAEnableChannelAttribute()82 …ASSERT((attr & ~(UDMA_ATTR_USEBURST | UDMA_ATTR_ALTSELECT | UDMA_ATTR_HIGH_PRIORITY | UDMA_ATTR_RE… in uDMADisableChannelAttribute()85 if (attr & UDMA_ATTR_USEBURST) in uDMADisableChannelAttribute()122 attr |= UDMA_ATTR_USEBURST; in uDMAGetChannelAttribute()
187 #define UDMA_ATTR_USEBURST 0x00000001 macro
76 ASSERT((ui32Attr & ~(UDMA_ATTR_USEBURST | UDMA_ATTR_ALTSELECT | in uDMAChannelAttributeEnable()80 if(ui32Attr & UDMA_ATTR_USEBURST) in uDMAChannelAttributeEnable()117 ASSERT((ui32Attr & ~(UDMA_ATTR_USEBURST | UDMA_ATTR_ALTSELECT | in uDMAChannelAttributeDisable()121 if(ui32Attr & UDMA_ATTR_USEBURST) in uDMAChannelAttributeDisable()163 ui32Attr |= UDMA_ATTR_USEBURST; in uDMAChannelAttributeGet()
221 #define UDMA_ATTR_USEBURST 0x00000001 macro
364 ASSERT((ulAttr & ~(UDMA_ATTR_USEBURST | UDMA_ATTR_ALTSELECT | in uDMAChannelAttributeEnable()377 if(ulAttr & UDMA_ATTR_USEBURST) in uDMAChannelAttributeEnable()437 ASSERT((ulAttr & ~(UDMA_ATTR_USEBURST | UDMA_ATTR_ALTSELECT | in uDMAChannelAttributeDisable()450 if(ulAttr & UDMA_ATTR_USEBURST) in uDMAChannelAttributeDisable()523 ulAttr |= UDMA_ATTR_USEBURST; in uDMAChannelAttributeGet()
197 #define UDMA_ATTR_USEBURST 0x00000001 macro
78 ASSERT((ui32Attr & ~(UDMA_ATTR_USEBURST | UDMA_ATTR_ALTSELECT | in uDMAChannelAttributeEnable()82 if(ui32Attr & UDMA_ATTR_USEBURST) in uDMAChannelAttributeEnable()119 ASSERT((ui32Attr & ~(UDMA_ATTR_USEBURST | UDMA_ATTR_ALTSELECT | in uDMAChannelAttributeDisable()123 if(ui32Attr & UDMA_ATTR_USEBURST) in uDMAChannelAttributeDisable()165 ui32Attr |= UDMA_ATTR_USEBURST; in uDMAChannelAttributeGet()
223 #define UDMA_ATTR_USEBURST 0x00000001 macro
163 & ~(UDMA_ATTR_USEBURST | UDMA_ATTR_ALTSELECT in DMA_enableChannelAttribute()177 if (attr & UDMA_ATTR_USEBURST) in DMA_enableChannelAttribute()216 & ~(UDMA_ATTR_USEBURST | UDMA_ATTR_ALTSELECT in DMA_disableChannelAttribute()230 if (attr & UDMA_ATTR_USEBURST) in DMA_disableChannelAttribute()282 attr |= UDMA_ATTR_USEBURST; in DMA_getChannelAttribute()
184 #define UDMA_ATTR_USEBURST 0x00000001 macro
103 MAP_uDMAChannelAttributeEnable(hwAttrs->channelIndex,UDMA_ATTR_USEBURST); in CameraCC32XXDMA_configDMA()113 UDMA_ATTR_USEBURST); in CameraCC32XXDMA_configDMA()203 UDMA_ATTR_USEBURST); in CameraCC32XXDMA_hwiIntFxn()219 UDMA_ATTR_USEBURST); in CameraCC32XXDMA_hwiIntFxn()
1024 UDMA_ATTR_USEBURST | in initHw()1032 UDMA_ATTR_USEBURST | in initHw()
379 MAP_uDMAChannelAttributeEnable(hwAttrs->rxChannelIndex,UDMA_ATTR_USEBURST); in I2S_startRead()426 MAP_uDMAChannelAttributeEnable(hwAttrs->txChannelIndex,UDMA_ATTR_USEBURST); in I2S_startWrite()