Searched refs:UARTCR2 (Results 1 – 1 of 1) sorted by relevance
35 #define UARTCR2 0x03 macro289 temp = readb(port->membase + UARTCR2); in lpuart_stop_tx()291 writeb(temp, port->membase + UARTCR2); in lpuart_stop_tx()307 temp = readb(port->membase + UARTCR2); in lpuart_stop_rx()308 writeb(temp & ~UARTCR2_RE, port->membase + UARTCR2); in lpuart_stop_rx()579 temp = readb(port->membase + UARTCR2); in lpuart_start_tx()580 writeb(temp | UARTCR2_TIE, port->membase + UARTCR2); in lpuart_start_tx()889 temp = readb(port->membase + UARTCR2) & ~UARTCR2_SBK; in lpuart_break_ctl()894 writeb(temp, port->membase + UARTCR2); in lpuart_break_ctl()914 cr2 = readb(sport->port.membase + UARTCR2); in lpuart_setup_watermark()[all …]