Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dncr53c8xx.c639 u_char ic_max_width; member
3985 tp->ic_max_width = 1;
3987 tp->ic_max_width = 0;
4019 tp->ic_max_width = 0;
4046 if (tp->ic_max_width | np->check_integ_par) {
4052 msgptr[msglen++] = cmd->ic_nego_width & tp->ic_max_width;
4055 cmd->ic_nego_width &= tp->ic_max_width;
4162 tp->usrwide &= tp->ic_max_width;
4438 tp->ic_max_width = (tp->wval & EWS) ? 1: 0;
4446 tp->ic_max_width?"WIDE":"NARROW");
[all …]
Dsym53c8xx.c1644 u_char ic_max_width; member
6086 tp->ic_max_width = 1;
6088 tp->ic_max_width = 0;
6106 if (tp->ic_max_width && (tp->ic_min_sync != 255 ))
6111 if (tp->ic_max_width && (tp->ic_min_sync == 0x09))
6133 tp->ic_max_width = 0;
6195 new_width = cmd->ic_nego_width & tp->ic_max_width;
6281 cmd->ic_nego_width &= tp->ic_max_width;
6283 if (tp->ic_max_width | np->check_integ_par) {
6406 width &= tp->ic_max_width;
[all …]