tag | line | file | source code |
MCR | 982 | drivers/char/serial.c | info->MCR = UART_MCR_DTR | UART_MCR_RTS; |
MCR | 985 | drivers/char/serial.c | info->MCR = UART_MCR_DTR | UART_MCR_RTS | UART_MCR_OUT2; |
MCR | 989 | drivers/char/serial.c | info->MCR |= UART_MCR_OUT1 | UART_MCR_OUT2; |
MCR | 993 | drivers/char/serial.c | info->MCR = info->MCR_noint; |
MCR | 994 | drivers/char/serial.c | serial_outp(info, UART_MCR, info->MCR); |
MCR | 1106 | drivers/char/serial.c | info->MCR &= ~(UART_MCR_DTR|UART_MCR_RTS); |
MCR | 1169 | drivers/char/serial.c | info->MCR |= UART_MCR_DTR; |
MCR | 1172 | drivers/char/serial.c | serial_out(info, UART_MCR, info->MCR); |
MCR | 1175 | drivers/char/serial.c | info->MCR &= ~UART_MCR_DTR; |
MCR | 1178 | drivers/char/serial.c | serial_out(info, UART_MCR, info->MCR); |
MCR | 1418 | drivers/char/serial.c | info->MCR &= ~UART_MCR_RTS; |
MCR | 1421 | drivers/char/serial.c | serial_out(info, UART_MCR, info->MCR); |
MCR | 1444 | drivers/char/serial.c | info->MCR |= UART_MCR_RTS; |
MCR | 1447 | drivers/char/serial.c | serial_out(info, UART_MCR, info->MCR); |
MCR | 1600 | drivers/char/serial.c | control = info->MCR; |
MCR | 1627 | drivers/char/serial.c | info->MCR |= UART_MCR_RTS; |
MCR | 1631 | drivers/char/serial.c | info->MCR |= UART_MCR_DTR; |
MCR | 1637 | drivers/char/serial.c | info->MCR &= ~UART_MCR_RTS; |
MCR | 1641 | drivers/char/serial.c | info->MCR &= ~UART_MCR_DTR; |
MCR | 1646 | drivers/char/serial.c | info->MCR = ((info->MCR & ~(UART_MCR_RTS | UART_MCR_DTR)) |
MCR | 1658 | drivers/char/serial.c | serial_out(info, UART_MCR, info->MCR); |
MCR | 149 | include/linux/serial.h | int MCR; /* Modem control register */ |