Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dserial.h37 unsigned int port_high; member
/linux-6.15/drivers/tty/
H A Dtty_io.c2838 unsigned int port_high; member
2855 v.port_high = v32.port_high; in compat_tty_tiocsserial()
2879 v32.port_high = v.port_high; in compat_tty_tiocgserial()
/linux-6.15/drivers/tty/serial/
H A Dserial_core.c810 retinfo->port_high = (long) uport->iobase >> HIGH_BITS_OFFSET; in uart_get_info()
908 new_port += (unsigned long) new_info->port_high << HIGH_BITS_OFFSET; in uart_set_info()
2923 ioaddr |= (unsigned long)tmp.port_high << HIGH_BITS_OFFSET; in port_show()