Lines Matching refs:MCR
236 int MCR; /* Modem control register */
603 info->MCR |= UART_MCR_DTR;
604 outb(info->MCR, info->ioaddr + UART_MCR);
606 info->MCR &= ~UART_MCR_DTR;
607 outb(info->MCR, info->ioaddr + UART_MCR);
713 info->MCR &= ~UART_MCR_AFE;
718 info->MCR |= UART_MCR_AFE;
748 outb(info->MCR, info->ioaddr + UART_MCR);
917 info->MCR = UART_MCR_DTR | UART_MCR_RTS;
918 outb(info->MCR, info->ioaddr + UART_MCR);
1352 control = info->MCR;
1382 info->MCR |= UART_MCR_RTS;
1384 info->MCR |= UART_MCR_DTR;
1387 info->MCR &= ~UART_MCR_RTS;
1389 info->MCR &= ~UART_MCR_DTR;
1391 outb(info->MCR, info->ioaddr + UART_MCR);
1870 info->MCR &= ~UART_MCR_RTS;
1871 outb(info->MCR, info->ioaddr + UART_MCR);
1907 info->MCR |= UART_MCR_RTS;
1908 outb(info->MCR, info->ioaddr + UART_MCR);