Lines Matching defs:width
22 u8 width;
39 u8 width;
58 static unsigned int pismo_width_to_bytes(unsigned int width)
60 width &= 15;
61 if (width > 2)
63 return 1 << width;
134 .width = region->width,
148 .bankwidth = region->width,
163 region.width = pismo_width_to_bytes(cs->width);
167 if (region.width == 0) {
168 dev_err(dev, "cs%u: bad width: %02x, ignoring\n", i, cs->width);