Searched refs:SPORT_GET_RCR1 (Results 1 – 2 of 2) sorted by relevance
132 pr_debug("%s RCR1:%x, RCR2:%x\n", __func__, SPORT_GET_RCR1(up), SPORT_GET_RCR2(up)); 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()
56 #define SPORT_GET_RCR1(sport) bfin_read16(((sport)->port.membase + OFFSET_RCR1)) macro