Lines Matching defs:scan_lines
419 static void gl841_init_motor_regs_off(Genesys_Register_Set* reg, unsigned int scan_lines)
421 DBG_HELPER_ARGS(dbg, "scan_lines=%d", scan_lines);
431 reg->set8(0x25, (scan_lines >> 16) & 0xf);
432 reg->set8(0x26, (scan_lines >> 8) & 0xff);
433 reg->set8(0x27, scan_lines & 0xff);
552 /*number of scan lines to add in a scan_lines line*/
627 unsigned int scan_lines,/*lines, scan resolution*/
629 // number of scan lines to add in a scan_lines line
634 DBG_HELPER_ARGS(dbg, "scan_exposure_time=%d, scan_yres=%d, scan_step_type=%d, scan_lines=%d,"
637 scan_lines, scan_dummy, feed_steps, static_cast<unsigned>(flags));
687 reg->set8(0x25, (scan_lines >> 16) & 0xf);
688 reg->set8(0x26, (scan_lines >> 8) & 0xff);
689 reg->set8(0x27, scan_lines & 0xff);