Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dserial.h36 unsigned int port_high; member
/linux-5.19.10/drivers/tty/
Dtty_io.c2814 unsigned int port_high; member
2831 v.port_high = v32.port_high; in compat_tty_tiocsserial()
2855 v32.port_high = v.port_high; in compat_tty_tiocgserial()
/linux-5.19.10/drivers/tty/serial/
Dserial_core.c770 retinfo->port_high = (long) uport->iobase >> HIGH_BITS_OFFSET; in uart_get_info()
816 new_port += (unsigned long) new_info->port_high << HIGH_BITS_OFFSET; in uart_set_info()
2725 ioaddr |= (unsigned long)tmp.port_high << HIGH_BITS_OFFSET; in port_show()