tag | line | file | source code |
MCR | 967 | drivers/char/serial.c | info->MCR = UART_MCR_DTR | UART_MCR_RTS; |
MCR | 970 | drivers/char/serial.c | info->MCR = UART_MCR_DTR | UART_MCR_RTS | UART_MCR_OUT2; |
MCR | 974 | drivers/char/serial.c | info->MCR |= UART_MCR_OUT1 | UART_MCR_OUT2; |
MCR | 978 | drivers/char/serial.c | info->MCR = info->MCR_noint; |
MCR | 979 | drivers/char/serial.c | serial_outp(info, UART_MCR, info->MCR); |
MCR | 1091 | drivers/char/serial.c | info->MCR &= ~(UART_MCR_DTR|UART_MCR_RTS); |
MCR | 1154 | drivers/char/serial.c | info->MCR |= UART_MCR_DTR; |
MCR | 1157 | drivers/char/serial.c | serial_out(info, UART_MCR, info->MCR); |
MCR | 1160 | drivers/char/serial.c | info->MCR &= ~UART_MCR_DTR; |
MCR | 1163 | drivers/char/serial.c | serial_out(info, UART_MCR, info->MCR); |
MCR | 1401 | drivers/char/serial.c | info->MCR &= ~UART_MCR_RTS; |
MCR | 1404 | drivers/char/serial.c | serial_out(info, UART_MCR, info->MCR); |
MCR | 1427 | drivers/char/serial.c | info->MCR |= UART_MCR_RTS; |
MCR | 1430 | drivers/char/serial.c | serial_out(info, UART_MCR, info->MCR); |
MCR | 1583 | drivers/char/serial.c | control = info->MCR; |
MCR | 1610 | drivers/char/serial.c | info->MCR |= UART_MCR_RTS; |
MCR | 1614 | drivers/char/serial.c | info->MCR |= UART_MCR_DTR; |
MCR | 1620 | drivers/char/serial.c | info->MCR &= ~UART_MCR_RTS; |
MCR | 1624 | drivers/char/serial.c | info->MCR &= ~UART_MCR_DTR; |
MCR | 1629 | drivers/char/serial.c | info->MCR = ((info->MCR & ~(UART_MCR_RTS | UART_MCR_DTR)) |
MCR | 1641 | drivers/char/serial.c | serial_out(info, UART_MCR, info->MCR); |
MCR | 129 | include/linux/serial.h | int MCR; /* Modem control register */ |