Lines Matching refs:MCR
269 u8 MCR; /* Modem control register */
516 info->MCR |= UART_MCR_DTR;
517 outb(info->MCR, info->ioaddr + UART_MCR);
519 info->MCR &= ~UART_MCR_DTR;
520 outb(info->MCR, info->ioaddr + UART_MCR);
628 info->MCR &= ~UART_MCR_AFE;
633 info->MCR |= UART_MCR_AFE;
639 outb(info->MCR, info->ioaddr + UART_MCR);
779 info->MCR = UART_MCR_DTR | UART_MCR_RTS;
780 outb(info->MCR, info->ioaddr + UART_MCR);
1108 control = info->MCR;
1132 info->MCR |= UART_MCR_RTS;
1134 info->MCR |= UART_MCR_DTR;
1137 info->MCR &= ~UART_MCR_RTS;
1139 info->MCR &= ~UART_MCR_DTR;
1141 outb(info->MCR, info->ioaddr + UART_MCR);
1293 info->MCR &= ~UART_MCR_RTS;
1294 outb(info->MCR, info->ioaddr + UART_MCR);
1320 info->MCR |= UART_MCR_RTS;
1321 outb(info->MCR, info->ioaddr + UART_MCR);