Home
last modified time | relevance | path

Searched refs:port_high (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dserial.h27 unsigned int port_high; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dserial.h36 unsigned int port_high; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dserial.h36 unsigned int port_high; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dserial.h40 unsigned int port_high; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dserial.h40 unsigned int port_high; member
/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_io.c2784 unsigned int port_high; member
2806 v.port_high = v32.port_high; in compat_tty_tiocsserial()
2837 v32.port_high = v.port_high; in compat_tty_tiocgserial()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dserial_core.c790 retinfo->port_high = (long) uport->iobase >> HIGH_BITS_OFFSET; in uart_get_info()
836 new_port += (unsigned long) new_info->port_high << HIGH_BITS_OFFSET; in uart_set_info()
2742 ioaddr |= (unsigned long)tmp.port_high << HIGH_BITS_OFFSET; in port_show()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dserial_core.c791 retinfo->port_high = (long) uport->iobase >> HIGH_BITS_OFFSET; in uart_get_info()
837 new_port += (unsigned long) new_info->port_high << HIGH_BITS_OFFSET; in uart_set_info()
2932 ioaddr |= (unsigned long)tmp.port_high << HIGH_BITS_OFFSET; in port_show()

Completed in 19 milliseconds