Searched refs:UART011_RXDMAE (Results 1 – 2 of 2) sorted by relevance
204 #define UART011_RXDMAE (1 << 0) /* enable receive dma */ macro
858 uap->dmacr |= UART011_RXDMAE; in pl011_dma_rx_trigger_dma()967 uap->dmacr &= ~UART011_RXDMAE; in pl011_dma_rx_irq()1051 uap->dmacr &= ~UART011_RXDMAE; in pl011_dma_rx_stop()1194 uap->dmacr &= ~(UART011_DMAONERR | UART011_RXDMAE | UART011_TXDMAE); in pl011_dma_shutdown()
Completed in 8 milliseconds