Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dbfin_sport_uart.c127 pr_debug("%s TCR1:%x, TCR2:%x\n", __func__, SPORT_GET_TCR1(up), SPORT_GET_TCR2(up)); in sport_uart_setup()
204 SPORT_PUT_TCR1(up, SPORT_GET_TCR1(up) & ~TSPEN); in sport_uart_err_irq()
386 if (!(SPORT_GET_TCR1(up) & TSPEN)) in sport_stop_tx()
398 SPORT_PUT_TCR1(up, (SPORT_GET_TCR1(up) & ~TSPEN)); in sport_stop_tx()
413 SPORT_PUT_TCR1(up, (SPORT_GET_TCR1(up) | TSPEN)); in sport_start_tx()
442 SPORT_PUT_TCR1(up, (SPORT_GET_TCR1(up) & ~TSPEN)); in sport_shutdown()
560 SPORT_PUT_TCR1(up, SPORT_GET_TCR1(up) & ~TSPEN); in sport_set_termios()
570 SPORT_PUT_TCR1(up, (SPORT_GET_TCR1(up) | TSPEN)); in sport_set_termios()
574 SPORT_PUT_TCR1(up, SPORT_GET_TCR1(up) & ~TSPEN); in sport_set_termios()
660 if (SPORT_GET_TCR1(up) & TSPEN) in sport_uart_console_write()
[all …]
Dbfin_sport_uart.h34 #define SPORT_GET_TCR1(sport) bfin_read16(((sport)->port.membase + OFFSET_TCR1)) macro