Home
last modified time | relevance | path

Searched refs:hub6 (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/tty/serial/8250/
A D8250_hub6.c17 .hub6 = (card) << 6 | (port) << 3 | 1, \
A D8250_core.c537 port->hub6 = 0; in serial8250_isa_init_ports()
817 uart.port.hub6 = p->hub6; in serial8250_probe()
A D8250_port.c390 outb(p->hub6 - 1 + offset, p->iobase); in hub6_serial_in()
397 outb(p->hub6 - 1 + offset, p->iobase); in hub6_serial_out()
/linux/include/uapi/linux/
A Dserial.h31 int hub6; member
/linux/drivers/tty/serial/
A Dserial_core.c768 retinfo->hub6 = uport->hub6; in uart_get_info()
824 new_info->hub6 != uport->hub6 || in uart_set_info()
891 old_hub6 = uport->hub6; in uart_set_info()
903 uport->hub6 = new_info->hub6; in uart_set_info()
925 uport->hub6 = old_hub6; in uart_set_info()
2324 "I/O 0x%lx offset 0x%x", port->iobase, port->hub6); in uart_report_port()
3057 port1->hub6 == port2->hub6; in uart_match_port()
A Dsunsu.c110 outb(up->port.hub6 - 1 + offset, up->port.iobase); in serial_in()
139 outb(up->port.hub6 - 1 + offset, up->port.iobase); in serial_out()
A Dsa1100.c584 if (ser->hub6 != 0) in sa1100_verify_port()
A Dxilinx_uartps.c950 if (ser->hub6 != 0) in cdns_uart_verify_port()
A Dmpc52xx_uart.c1336 (ser->hub6 != 0)) in mpc52xx_uart_verify_port()
A Dimx.c1811 if (ser->hub6 != 0) in imx_uart_verify_port()
A Datmel_serial.c2414 if (ser->hub6 != 0) in atmel_verify_port()
A Dfsl_lpuart.c2267 if (ser->hub6 != 0) in lpuart_verify_port()
/linux/include/linux/
A Dserial_8250.h27 unsigned char hub6; member
A Dserial_core.h249 unsigned char hub6; /* this should be in the 8250 driver */ member
/linux/drivers/tty/
A Dtty_io.c2836 compat_int_t hub6; member

Completed in 61 milliseconds