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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dimx.c795 unsigned int ucr2, old_ucr1, old_txrxen, baud, quot; local
821 ucr2 = UCR2_WS | UCR2_SRST | UCR2_IRTS;
823 ucr2 = UCR2_SRST | UCR2_IRTS;
827 ucr2 &= ~UCR2_IRTS;
828 ucr2 |= UCR2_CTSC;
835 ucr2 |= UCR2_STPB;
837 ucr2 |= UCR2_PREN;
839 ucr2 |= UCR2_PROE;
935 writel(ucr2 | old_txrxen, sport->port.membase + UCR2);
1100 unsigned int ucr2, ubi local
[all...]

Completed in 108 milliseconds