Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dsa1100.c71 #define UART_PUT_UTCR3(sport,v) __raw_writel((v),(sport)->port.membase + UTCR3) macro
150 UART_PUT_UTCR3(sport, utcr3 & ~UTCR3_TIE); in sa1100_stop_tx()
165 UART_PUT_UTCR3(sport, utcr3 | UTCR3_TIE); in sa1100_start_tx()
178 UART_PUT_UTCR3(sport, utcr3 & ~UTCR3_RIE); in sa1100_stop_rx()
361 UART_PUT_UTCR3(sport, utcr3); in sa1100_break_ctl()
383 UART_PUT_UTCR3(sport, UTCR3_RXE | UTCR3_TXE | UTCR3_RIE); in sa1100_startup()
413 UART_PUT_UTCR3(sport, 0); in sa1100_shutdown()
496 UART_PUT_UTCR3(sport, old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)); in sa1100_set_termios()
502 UART_PUT_UTCR3(sport, 0); in sa1100_set_termios()
514 UART_PUT_UTCR3(sport, old_utcr3); in sa1100_set_termios()
[all …]