Home
last modified time | relevance | path

Searched refs:UDMA_ALT_SELECT (Results 1 – 8 of 8) sorted by relevance

/hal_ti-2.7.6/simplelink/source/ti/drivers/camera/
DCameraCC32XXDMA.c110 MAP_uDMAChannelControlSet(hwAttrs->channelIndex | UDMA_ALT_SELECT, in CameraCC32XXDMA_configDMA()
112 MAP_uDMAChannelAttributeEnable(hwAttrs->channelIndex | UDMA_ALT_SELECT, in CameraCC32XXDMA_configDMA()
114 MAP_uDMAChannelTransferSet(hwAttrs->channelIndex | UDMA_ALT_SELECT, in CameraCC32XXDMA_configDMA()
119 MAP_uDMAChannelEnable(hwAttrs->channelIndex | UDMA_ALT_SELECT); in CameraCC32XXDMA_configDMA()
214 MAP_uDMAChannelControlSet(hwAttrs->channelIndex | UDMA_ALT_SELECT, in CameraCC32XXDMA_hwiIntFxn()
218 hwAttrs->channelIndex | UDMA_ALT_SELECT, in CameraCC32XXDMA_hwiIntFxn()
221 hwAttrs->channelIndex | UDMA_ALT_SELECT, in CameraCC32XXDMA_hwiIntFxn()
225 MAP_uDMAChannelEnable(hwAttrs->channelIndex | UDMA_ALT_SELECT); in CameraCC32XXDMA_hwiIntFxn()
/hal_ti-2.7.6/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dudma.c254 if(ui32ChannelStructIndex & UDMA_ALT_SELECT) in uDMAChannelTransferSet()
301 UDMA_ALT_SELECT].ui32Spare; in uDMAChannelTransferSet()
354 &pControlTable[ui32ChannelNum | UDMA_ALT_SELECT].ui32Spare; in uDMAChannelScatterGatherSet()
Dudma.h321 #define UDMA_ALT_SELECT 0x00000020 macro
/hal_ti-2.7.6/simplelink/source/ti/devices/cc32xx/driverlib/
Dudma.c756 if(ulChannelStructIndex & UDMA_ALT_SELECT) in uDMAChannelTransferSet()
817 UDMA_ALT_SELECT].ulSpare; in uDMAChannelTransferSet()
910 &pControlTable[ulChannelNum | UDMA_ALT_SELECT].ulSpare; in uDMAChannelScatterGatherSet()
Dudma.h226 #define UDMA_ALT_SELECT 0x00000020 macro
/hal_ti-2.7.6/simplelink/source/ti/devices/msp432p4xx/driverlib/
Ddma.c385 if (channelStructIndex & UDMA_ALT_SELECT) in DMA_setChannelTransfer()
445 | UDMA_ALT_SELECT].spare; in DMA_setChannelTransfer()
512 | UDMA_ALT_SELECT].spare; in DMA_setChannelScatterGather()
Ddma.h244 #define UDMA_ALT_SELECT 0x00000008 macro
/hal_ti-2.7.6/simplelink/source/ti/drivers/sd/
DSDHostCC32XX.c576 configDMAChannel(handle, UDMA_ALT_SELECT , UDMAREAD); in SDHostCC32XX_read()
714 configDMAChannel(handle, UDMA_ALT_SELECT, UDMAWRITE); in SDHostCC32XX_write()
916 altChannelMode = MAP_uDMAChannelModeGet(channel | UDMA_ALT_SELECT); in hwiIntFxn()
958 configDMAChannel((SD_Handle) handle, UDMA_ALT_SELECT, operation); in hwiIntFxn()