tag | line | file | source code |
UART_LSR | 209 | drivers/char/console.c | lsr = serial_echo_inb(UART_LSR); \ |
UART_LSR | 251 | drivers/char/console.c | lsr = serial_echo_inb(UART_LSR); |
UART_LSR | 291 | drivers/char/console.c | comstat = serial_echo_inb(UART_LSR); /* COM? LSR */ |
UART_LSR | 422 | drivers/char/serial.c | *status = serial_inp(info, UART_LSR) & info->read_status_mask; |
UART_LSR | 566 | 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 | 680 | drivers/char/serial.c | status = serial_inp(info, UART_LSR) & info->read_status_mask; |
UART_LSR | 958 | drivers/char/serial.c | if (serial_inp(info, UART_LSR) == 0xff) { |
UART_LSR | 1039 | drivers/char/serial.c | (void)serial_inp(info, UART_LSR); |
UART_LSR | 1621 | drivers/char/serial.c | status = serial_in(info, UART_LSR); |
UART_LSR | 2178 | drivers/char/serial.c | while (!(serial_inp(info, UART_LSR) & UART_LSR_TEMT)) { |
UART_LSR | 2498 | drivers/char/serial.c | (void)serial_inp(info, UART_LSR); |