| tag | line | file | source code |
| scratch | 2143 | drivers/char/serial.c | unsigned char status1, status2, scratch, scratch2; |
| scratch | 2163 | drivers/char/serial.c | scratch = serial_inp(info, UART_IER); |
| scratch | 2167 | drivers/char/serial.c | serial_outp(info, UART_IER, scratch); |
| scratch | 2183 | drivers/char/serial.c | scratch = serial_inp(info, UART_MCR); |
| scratch | 2184 | drivers/char/serial.c | serial_outp(info, UART_MCR, UART_MCR_LOOP | scratch); |
| scratch | 2188 | drivers/char/serial.c | serial_outp(info, UART_MCR, scratch); |
| scratch | 2204 | drivers/char/serial.c | scratch = serial_in(info, UART_IIR) >> 6; |
| scratch | 2206 | drivers/char/serial.c | switch (scratch) { |
| scratch | 2222 | drivers/char/serial.c | scratch = serial_in(info, UART_SCR); |
| scratch | 2227 | drivers/char/serial.c | serial_outp(info, UART_SCR, scratch); |