Home
last modified time | relevance | path

Searched refs:uart_type (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/include/pcmcia/
Dcistpl.h210 u_char uart_type; member
/linux-2.6.39/drivers/tty/
Dmxser.c273 int uart_type; member
2384 info->type = brd->uart_type; in mxser_initbrd()
2498 brd->uart_type = PORT_16550A; in mxser_get_ISA_conf()
2500 brd->uart_type = PORT_16450; in mxser_get_ISA_conf()
2576 brd->uart_type = PORT_16550A; in mxser_probe()
/linux-2.6.39/drivers/tty/serial/
Dserial_core.c1655 static const char *uart_type(struct uart_port *port) in uart_type() function
1685 uport->line, uart_type(uport), in uart_line_info()
2151 address, port->irq, uart_type(port)); in uart_report_port()