Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dserial.h36 unsigned int port_high; member
/Linux-v5.4/drivers/tty/
Dtty_io.c2693 unsigned int port_high; member
2715 v.port_high = v32.port_high; in compat_tty_tiocsserial()
2744 v32.port_high = v.port_high; in compat_tty_tiocgserial()
/Linux-v5.4/drivers/tty/serial/
Dserial_core.c775 retinfo->port_high = (long) uport->iobase >> HIGH_BITS_OFFSET; in uart_get_info()
821 new_port += (unsigned long) new_info->port_high << HIGH_BITS_OFFSET; in uart_set_info()
2646 ioaddr |= (unsigned long)tmp.port_high << HIGH_BITS_OFFSET; in uart_get_attr_port()