Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dbfin_sport_uart.c130 SPORT_PUT_RCR1(up, (RCKFE | LARFS | LRFS | RFSR | IRCLK)); in sport_uart_setup()
205 SPORT_PUT_RCR1(up, SPORT_GET_RCR1(up) & ~RSPEN); in sport_uart_err_irq()
426 SPORT_PUT_RCR1(up, (SPORT_GET_RCR1(up) & ~RSPEN)); in sport_stop_rx()
443 SPORT_PUT_RCR1(up, (SPORT_GET_RCR1(up) & ~RSPEN)); in sport_shutdown()
561 SPORT_PUT_RCR1(up, SPORT_GET_RCR1(up) & ~RSPEN); in sport_set_termios()
581 SPORT_PUT_RCR1(up, SPORT_GET_RCR1(up) | RSPEN); in sport_set_termios()
Dbfin_sport_uart.h68 #define SPORT_PUT_RCR1(sport, v) bfin_write16(((sport)->port.membase + OFFSET_RCR1), v) macro