Lines Matching refs:scan_bpl
225 SANE_Int scan_xs, scan_ys, scan_bpl;
525 scan_bpl = bits_per_line / 8;
527 if (scan_bpl % 64) /* impossible */
529 DBG (0, "gt68xx_generic_setup_scan: BUG: unaligned scan_bpl=%d\n",
530 scan_bpl);
541 DBG (6, "gt68xx_generic_setup_scan: scan_bpl=%d\n", scan_bpl);
548 if (scan_bpl > (16 * 1024))
550 DBG (0, "gt68xx_generic_setup_scan: scan_bpl=%d, too large\n",
551 scan_bpl);
601 req[0x10] = LOBYTE (scan_bpl);
602 req[0x11] = HIBYTE (scan_bpl);
633 params->scan_bpl = scan_bpl;