Lines Matching refs:ic_max_width
1644 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;
6718 tp->ic_max_width = current_width;
6738 tp->ic_max_width?"WIDE":"NARROW");
6740 u_long mbs = 10000 * (tp->ic_max_width + 1);
6749 printk(" %d MB/s. \n ", (tp->ic_max_width+1)*5);