Searched refs:UART011_RXDMAE (Results 1 – 2 of 2) sorted by relevance
213 #define UART011_RXDMAE BIT(0) /* enable receive dma */ macro
847 uap->dmacr |= UART011_RXDMAE; in pl011_dma_rx_trigger_dma()954 uap->dmacr &= ~UART011_RXDMAE; in pl011_dma_rx_irq()1038 uap->dmacr &= ~UART011_RXDMAE; in pl011_dma_rx_stop()1178 uap->dmacr &= ~(UART011_DMAONERR | UART011_RXDMAE | UART011_TXDMAE); in pl011_dma_shutdown()1886 uap->dmacr |= UART011_RXDMAE; in pl011_unthrottle_rx()