Lines Matching defs:width
115 u8 width = MPT_NARROW;
124 width = 0;
130 width = 1;
179 if (width)
180 width = nvram & MPT_NVRAM_WIDE_DISABLE ? 0 : 1;
204 if ((!width) && (factor < MPT_ULTRA2))
211 target->maxWidth = width;
215 spi_max_width(scsi_target(sdev)) = width;
221 if (!width)
1082 static void mptspi_write_width(struct scsi_target *starget, int width)
1087 if (!width) {
1093 spi_width(starget) = width;