Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Disicom.c681 u16 channel_setup, channel = port->channel, in isicom_config_port() local
727 channel_setup = 0; in isicom_config_port()
730 channel_setup |= ISICOM_CS5; in isicom_config_port()
733 channel_setup |= ISICOM_CS6; in isicom_config_port()
736 channel_setup |= ISICOM_CS7; in isicom_config_port()
739 channel_setup |= ISICOM_CS8; in isicom_config_port()
744 channel_setup |= ISICOM_2SB; in isicom_config_port()
746 channel_setup |= ISICOM_EVPAR; in isicom_config_port()
748 channel_setup |= ISICOM_ODPAR; in isicom_config_port()
750 outw(channel_setup, base); in isicom_config_port()