Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Disicom.c680 u16 channel_setup, channel = port->channel, in isicom_config_port() local
726 channel_setup = 0; in isicom_config_port()
729 channel_setup |= ISICOM_CS5; in isicom_config_port()
732 channel_setup |= ISICOM_CS6; in isicom_config_port()
735 channel_setup |= ISICOM_CS7; in isicom_config_port()
738 channel_setup |= ISICOM_CS8; in isicom_config_port()
743 channel_setup |= ISICOM_2SB; in isicom_config_port()
745 channel_setup |= ISICOM_EVPAR; in isicom_config_port()
747 channel_setup |= ISICOM_ODPAR; in isicom_config_port()
749 outw(channel_setup, base); in isicom_config_port()
/Linux-v5.10/drivers/scsi/ibmvscsi/
Dibmvfc.h681 struct ibmvfc_channel_setup_mad channel_setup; member