Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dbfin_sport_uart.h35 #define SPORT_GET_TCR2(sport) bfin_read16(((sport)->port.membase + OFFSET_TCR2)) macro
Dbfin_sport_uart.c127 pr_debug("%s TCR1:%x, TCR2:%x\n", __func__, SPORT_GET_TCR1(up), SPORT_GET_TCR2(up)); in sport_uart_setup()