Searched refs:SPORT_PUT_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.h67 #define SPORT_PUT_RCR1(sport, v) bfin_write16(((sport)->port.membase + OFFSET_RCR1), v) macro
H A Dbfin_sport_uart.c129 SPORT_PUT_RCR1(up, (RCKFE | LARFS | LRFS | RFSR | IRCLK));
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 103 milliseconds