Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Disicom.c689 u16 channel_setup, channel = port->channel, in isicom_config_port() local
735 channel_setup = 0; in isicom_config_port()
738 channel_setup |= ISICOM_CS5; in isicom_config_port()
741 channel_setup |= ISICOM_CS6; in isicom_config_port()
744 channel_setup |= ISICOM_CS7; in isicom_config_port()
747 channel_setup |= ISICOM_CS8; in isicom_config_port()
752 channel_setup |= ISICOM_2SB; in isicom_config_port()
754 channel_setup |= ISICOM_EVPAR; in isicom_config_port()
756 channel_setup |= ISICOM_ODPAR; in isicom_config_port()
758 outw(channel_setup, base); in isicom_config_port()