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

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

Completed in 93 milliseconds