Home
last modified time | relevance | path

Searched refs:CCR_ENABLE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/ti/
H A Domap-dma.c136 CCR_ENABLE = BIT(7), enumerator
457 omap_dma_chan_write(c, CCR, d->ccr | CCR_ENABLE); in omap_dma_start()
505 val &= ~CCR_ENABLE; in omap_dma_stop()
513 if (!(val & CCR_ENABLE)) in omap_dma_stop()
516 val &= ~CCR_ENABLE; in omap_dma_stop()
931 if (!(ccr & CCR_ENABLE)) { in omap_dma_tx_status()
1445 * memory-to-device transfer) undergoes an abort if the the CCR_ENABLE in omap_dma_pause()
1538 if (omap_dma_chan_read(c, CCR) & CCR_ENABLE) in omap_dma_busy()
/kernel/linux/linux-6.6/drivers/dma/ti/
H A Domap-dma.c136 CCR_ENABLE = BIT(7), enumerator
457 omap_dma_chan_write(c, CCR, d->ccr | CCR_ENABLE); in omap_dma_start()
505 val &= ~CCR_ENABLE; in omap_dma_stop()
513 if (!(val & CCR_ENABLE)) in omap_dma_stop()
516 val &= ~CCR_ENABLE; in omap_dma_stop()
936 if (!(ccr & CCR_ENABLE)) { in omap_dma_tx_status()
1450 * memory-to-device transfer) undergoes an abort if the CCR_ENABLE in omap_dma_pause()
1543 if (omap_dma_chan_read(c, CCR) & CCR_ENABLE) in omap_dma_busy()

Completed in 6 milliseconds