Searched refs:port_high (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/tty/serial/
H A Dserial_core.c804 retinfo->port_high = (long) uport->iobase >> HIGH_BITS_OFFSET;
850 new_port += (unsigned long) new_info->port_high << HIGH_BITS_OFFSET;
2954 ioaddr |= (unsigned long)tmp.port_high << HIGH_BITS_OFFSET;
/linux-master/include/uapi/linux/
H A Dserial.h37 unsigned int port_high; member in struct:serial_struct
/linux-master/drivers/tty/
H A Dtty_io.c2839 unsigned int port_high; member in struct:serial_struct32
2856 v.port_high = v32.port_high;
2880 v32.port_high = v.port_high;

Completed in 154 milliseconds