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

/linux-4.1.27/include/uapi/linux/
H A Dserial.h35 unsigned int port_high; member in struct:serial_struct
/linux-4.1.27/fs/
H A Dcompat_ioctl.c603 unsigned int port_high; member in struct:serial_struct32
627 __get_user(ss.port_high, &ss32->port_high)) serial_struct_ioctl()
643 __put_user(ss.port_high, &ss32->port_high)) serial_struct_ioctl()
/linux-4.1.27/drivers/tty/serial/
H A Dserial_core.c681 retinfo->port_high = (long) uport->iobase >> HIGH_BITS_OFFSET; do_uart_get_info()
731 new_port += (unsigned long) new_info->port_high << HIGH_BITS_OFFSET; uart_set_info()
2516 ioaddr |= (unsigned long)tmp.port_high << HIGH_BITS_OFFSET; uart_get_attr_port()

Completed in 249 milliseconds