Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/serial/
Dbfin_sport_uart.h57 #define SPORT_GET_RCR2(sport) bfin_read16(((sport)->port.membase + OFFSET_RCR2)) macro
Dbfin_sport_uart.c131 pr_debug("%s RCR1:%x, RCR2:%x\n", __func__, SPORT_GET_RCR1(up), SPORT_GET_RCR2(up)); in sport_uart_setup()