Home
last modified time | relevance | path

Searched refs:UART011_RXDMAE (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/amba/
H A Dserial.h213 #define UART011_RXDMAE BIT(0) /* enable receive dma */ macro
/linux/drivers/tty/serial/
H A Damba-pl011.c847 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()