Searched refs:SPORT_PUT_TCR1 (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/tty/serial/ |
D | bfin_sport_uart.c | 124 SPORT_PUT_TCR1(up, (LATFS | ITFS | TFSR | TLSBIT | ITCLK)); in sport_uart_setup() 202 SPORT_PUT_TCR1(up, SPORT_GET_TCR1(up) & ~TSPEN); in sport_uart_err_irq() 394 SPORT_PUT_TCR1(up, (SPORT_GET_TCR1(up) & ~TSPEN)); in sport_stop_tx() 409 SPORT_PUT_TCR1(up, (SPORT_GET_TCR1(up) | TSPEN)); in sport_start_tx() 443 SPORT_PUT_TCR1(up, (SPORT_GET_TCR1(up) & ~TSPEN)); in sport_shutdown() 553 SPORT_PUT_TCR1(up, SPORT_GET_TCR1(up) & ~TSPEN); in sport_set_termios() 563 SPORT_PUT_TCR1(up, (SPORT_GET_TCR1(up) | TSPEN)); in sport_set_termios() 567 SPORT_PUT_TCR1(up, SPORT_GET_TCR1(up) & ~TSPEN); in sport_set_termios() 662 SPORT_PUT_TCR1(up, (SPORT_GET_TCR1(up) | TSPEN)); in sport_uart_console_write() 679 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
|