| tag | line | file | source code |
| UART_LSR | 395 | drivers/char/serial.c | *status = serial_inp(info, UART_LSR) & info->read_status_mask; |
| UART_LSR | 528 | drivers/char/serial.c | status = serial_inp(info, UART_LSR) & info->read_status_mask; |
| UART_LSR | 574 | drivers/char/serial.c | status = serial_inp(info, UART_LSR) & info->read_status_mask; |
| UART_LSR | 621 | drivers/char/serial.c | status = serial_inp(info, UART_LSR) & info->read_status_mask; |
| UART_LSR | 673 | drivers/char/serial.c | status = serial_inp(info, UART_LSR) & info->read_status_mask; |
| UART_LSR | 886 | drivers/char/serial.c | if (serial_inp(info, UART_LSR) == 0xff) { |
| UART_LSR | 959 | drivers/char/serial.c | (void)serial_inp(info, UART_LSR); |
| UART_LSR | 1499 | drivers/char/serial.c | status = serial_in(info, UART_LSR); |
| UART_LSR | 1850 | drivers/char/serial.c | while (!(serial_inp(info, UART_LSR) & UART_LSR_TEMT)) { |
| UART_LSR | 2158 | drivers/char/serial.c | (void)serial_inp(info, UART_LSR); |