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

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

Completed in 44 milliseconds