Lines Matching defs:width
379 spi_transport_max_attr(width, "%d\n");
864 DV_SET(width, 0);
878 /* test width */
948 /* set width last because it will pull all the other
950 DV_SET(width, max_width);
1160 if (tp->width)
1166 scsi, tp->width ? "WIDE " : "", kb100/10, kb100 % 10,
1178 tp->width ? "wide " : "");
1183 int spi_populate_width_msg(unsigned char *msg, int width)
1188 msg[3] = width;
1205 int width, int options)
1213 msg[6] = width;
1264 static void print_nego(const unsigned char *msg, int per, int off, int width)
1274 if (width)
1275 printk("width = %d ", 8 << msg[width]);
1490 return TARGET_ATTRIBUTE_HELPER(width);
1493 return TARGET_ATTRIBUTE_HELPER(width);