Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsa1100.c136 UART_PUT_UTCR3(sport, utcr3 & ~UTCR3_TIE); in sa1100_stop_tx()
151 UART_PUT_UTCR3(sport, utcr3 | UTCR3_TIE); in sa1100_start_tx()
164 UART_PUT_UTCR3(sport, utcr3 & ~UTCR3_RIE); in sa1100_stop_rx()
330 UART_PUT_UTCR3(sport, utcr3); in sa1100_break_ctl()
352 UART_PUT_UTCR3(sport, UTCR3_RXE | UTCR3_TXE | UTCR3_RIE); in sa1100_startup()
382 UART_PUT_UTCR3(sport, 0); in sa1100_shutdown()
465 UART_PUT_UTCR3(sport, old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)); in sa1100_set_termios()
471 UART_PUT_UTCR3(sport, 0); in sa1100_set_termios()
483 UART_PUT_UTCR3(sport, old_utcr3); in sa1100_set_termios()
696 UART_PUT_UTCR3(sport, (old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)) | in sa1100_console_write()
[all …]