Searched refs:channel_setup (Results 1 – 2 of 2) sorted by relevance
680 u16 channel_setup, channel = port->channel, in isicom_config_port() local726 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()
681 struct ibmvfc_channel_setup_mad channel_setup; member