Searched refs:SPORT_PUT_TCR1 (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/tty/serial/ |
D | bfin_sport_uart.c | 125 SPORT_PUT_TCR1(up, (LATFS | ITFS | TFSR | TLSBIT | ITCLK)); in sport_uart_setup() 204 SPORT_PUT_TCR1(up, SPORT_GET_TCR1(up) & ~TSPEN); in sport_uart_err_irq() 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() 668 SPORT_PUT_TCR1(up, (SPORT_GET_TCR1(up) | TSPEN)); in sport_uart_console_write() 685 SPORT_PUT_TCR1(up, (SPORT_GET_TCR1(up) & ~TSPEN)); in sport_uart_console_write()
|
D | bfin_sport_uart.h | 62 #define SPORT_PUT_TCR1(sport, v) bfin_write16(((sport)->port.membase + OFFSET_TCR1), v) macro
|