Searched refs:UART_CR_RXE (Results 1 – 1 of 1) sorted by relevance
71 #define UART_CR_RXE (1 << 9) macro185 io_write32(base + UART_CR, UART_CR_UARTEN | UART_CR_TXE | UART_CR_RXE); in pl011_init()