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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dbfin_sport_uart.h55 #define SPORT_GET_RCR1(sport) bfin_read16(((sport)->port.membase + OFFSET_RCR1)) macro
H A Dbfin_sport_uart.c131 pr_debug("%s RCR1:%x, RCR2:%x\n", __func__, SPORT_GET_RCR1(up), SPORT_GET_RCR2(up));
198 SPORT_PUT_RCR1(up, SPORT_GET_RCR1(up) & ~RSPEN);
413 SPORT_PUT_RCR1(up, (SPORT_GET_RCR1(up) & ~RSPEN));
435 SPORT_PUT_RCR1(up, (SPORT_GET_RCR1(up) & ~RSPEN));
543 SPORT_PUT_RCR1(up, SPORT_GET_RCR1(up) & ~RSPEN);
563 SPORT_PUT_RCR1(up, SPORT_GET_RCR1(up) | RSPEN);

Completed in 114 milliseconds