Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/8250/
D8250_hub6.c17 .hub6 = (card) << 6 | (port) << 3 | 1, \
D8250_core.c547 port->hub6 = 0; in serial8250_isa_init_ports()
818 uart.port.hub6 = p->hub6; in serial8250_probe()
D8250_port.c388 outb(p->hub6 - 1 + offset, p->iobase); in hub6_serial_in()
395 outb(p->hub6 - 1 + offset, p->iobase); in hub6_serial_out()
/Linux-v5.4/include/uapi/linux/
Dserial.h31 int hub6; member
/Linux-v5.4/include/linux/
Dserial_8250.h27 unsigned char hub6; member
Dserial_core.h247 unsigned char hub6; /* this should be in the 8250 driver */ member
/Linux-v5.4/drivers/tty/serial/
Dserial_core.c785 retinfo->hub6 = uport->hub6; in uart_get_info()
841 new_info->hub6 != uport->hub6 || in uart_set_info()
906 old_hub6 = uport->hub6; in uart_set_info()
918 uport->hub6 = new_info->hub6; in uart_set_info()
940 uport->hub6 = old_hub6; in uart_set_info()
2305 "I/O 0x%lx offset 0x%x", port->iobase, port->hub6); in uart_report_port()
2973 (port1->hub6 == port2->hub6); in uart_match_port()
Dsunsu.c114 outb(up->port.hub6 - 1 + offset, up->port.iobase); in serial_in()
143 outb(up->port.hub6 - 1 + offset, up->port.iobase); in serial_out()
Dpnx8xxx_uart.c625 if (ser->hub6 != 0) in pnx8xxx_verify_port()
Dsa1100.c592 if (ser->hub6 != 0) in sa1100_verify_port()
Dxilinx_uartps.c948 if (ser->hub6 != 0) in cdns_uart_verify_port()
Dmpc52xx_uart.c1340 (ser->hub6 != 0)) in mpc52xx_uart_verify_port()
Datmel_serial.c2428 if (ser->hub6 != 0) in atmel_verify_port()
Dfsl_lpuart.c2021 if (ser->hub6 != 0) in lpuart_verify_port()
Dimx.c1742 if (ser->hub6 != 0) in imx_uart_verify_port()
/Linux-v5.4/drivers/tty/
Dtty_io.c2688 compat_int_t hub6; member