Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dserial.h36 unsigned int port_high; member
/openbmc/linux/drivers/tty/
H A Dtty_io.c2815 unsigned int port_high; member
2832 v.port_high = v32.port_high; in compat_tty_tiocsserial()
2856 v32.port_high = v.port_high; in compat_tty_tiocgserial()
/openbmc/linux/drivers/tty/serial/
H A Dserial_core.c806 retinfo->port_high = (long) uport->iobase >> HIGH_BITS_OFFSET; in uart_get_info()
852 new_port += (unsigned long) new_info->port_high << HIGH_BITS_OFFSET; in uart_set_info()
2957 ioaddr |= (unsigned long)tmp.port_high << HIGH_BITS_OFFSET; in port_show()