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

/linux-master/drivers/tty/serial/8250/
H A D8250_hub6.c17 .hub6 = (card) << 6 | (port) << 3 | 1, \
H A D8250_core.c558 port->hub6 = 0;
855 uart.port.hub6 = p->hub6;
H A D8250_port.c344 outb(p->hub6 - 1 + offset, p->iobase);
351 outb(p->hub6 - 1 + offset, p->iobase);
/linux-master/include/uapi/linux/
H A Dserial.h32 int hub6; member in struct:serial_struct
/linux-master/include/linux/
H A Dserial_8250.h44 unsigned char hub6; member in struct:plat_serial8250_port
H A Dserial_core.h580 unsigned char hub6; /* this should be in the 8250 driver */ member in struct:uart_port
/linux-master/drivers/tty/serial/
H A Dserial_core.c814 retinfo->hub6 = uport->hub6;
870 new_info->hub6 != uport->hub6 ||
937 old_hub6 = uport->hub6;
949 uport->hub6 = new_info->hub6;
971 uport->hub6 = old_hub6;
2571 "I/O 0x%lx offset 0x%x", port->iobase, port->hub6);
3322 port1->hub6
[all...]
H A Dsunsu.c110 outb(up->port.hub6 - 1 + offset, up->port.iobase);
140 outb(up->port.hub6 - 1 + offset, up->port.iobase);
H A Dsa1100.c559 if (ser->hub6 != 0)
H A Dmpc52xx_uart.c1335 (ser->hub6 != 0))
H A Dxilinx_uartps.c1079 if (ser->hub6 != 0)
H A Datmel_serial.c2483 if (ser->hub6 != 0)
H A Dimx.c1853 if (ser->hub6 != 0)
H A Dfsl_lpuart.c2404 if (ser->hub6 != 0)
/linux-master/drivers/tty/
H A Dtty_io.c2834 compat_int_t hub6; member in struct:serial_struct32

Completed in 297 milliseconds