Lines Matching refs:byte_width
108 chip->byte_width = 0x09f6;
1049 chip->byte_width = (chip->byte_width & 0x3f00) + ((SANE_Word) pattern);
1054 chip->row_size = chip->byte_width / chip->soft_resample;
1084 chip->byte_width =
1085 (chip->byte_width & 0x00ff) + (((SANE_Word) (pattern & 0x3f)) << 8);
1090 chip->row_size = chip->byte_width / chip->soft_resample;
1122 chip->byte_width = chip->row_size * chip->soft_resample;
1123 if (chip->byte_width > 0x3fff)
1126 (int) chip->byte_width);
1130 data = LOBYTE (chip->byte_width);
1134 data = HIBYTE (chip->byte_width);
1170 chip->byte_width = chip->row_size * chip->soft_resample;
1171 if (chip->byte_width > 0x3fff)
1174 (int) chip->byte_width);
1178 data = LOBYTE (chip->byte_width);
1182 data = HIBYTE (chip->byte_width);
2446 RIE (usb_low_read_rows (chip, data, chip->byte_width));
2455 RIE (usb_low_read_rows (chip, data, chip->byte_width));
2484 RIE (usb_low_read_rows (chip, resample_buffer, chip->byte_width));
2493 for (i = 0; i < chip->byte_width; i += 3)
2520 for (i = 0; i < chip->byte_width; i += chip->soft_resample)
2531 RIE (usb_low_read_rows (chip, resample_buffer, chip->byte_width));
2540 for (i = 0; i < chip->byte_width; i += 3)
2567 for (i = 0; i < chip->byte_width; i += chip->soft_resample)