Searched refs:UCR1_RRDYEN (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.c85 #define UCR1_RRDYEN (1<<9) /* Recv ready interrupt enable */ macro
290 temp |= UCR1_RRDYEN;
362 temp &= ~(UCR1_RRDYEN);
672 temp |= UCR1_RRDYEN | UCR1_RTSDEN | UCR1_UARTEN;
782 temp &= ~(UCR1_TXMPTYEN | UCR1_RRDYEN | UCR1_RTSDEN | UCR1_UARTEN);
883 writel(old_ucr1 & ~(UCR1_TXMPTYEN | UCR1_RRDYEN | UCR1_RTSDEN),
1071 ucr1 &= ~(UCR1_TXMPTYEN | UCR1_RRDYEN | UCR1_RTSDEN);

Completed in 115 milliseconds