Searched refs:UCR2_SRST (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.c107 #define UCR2_SRST (1<<0) /* SW reset */ macro
624 temp &= ~UCR2_SRST;
626 while (!(readl(sport->port.membase + UCR2) & UCR2_SRST) &&
821 ucr2 = UCR2_WS | UCR2_SRST | UCR2_IRTS;
823 ucr2 = UCR2_SRST | UCR2_IRTS;

Completed in 82 milliseconds