Home
last modified time | relevance | path

Searched refs:linesel (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/genesys/
H A Dgl124.cpp440 unsigned int linesel; in gl124_init_motor_regs_scan() local
470 /* compute min_speed and linesel */ in gl124_init_motor_regs_scan()
474 linesel = yres / scan_yres - 1; in gl124_init_motor_regs_scan()
475 /* limit case, we need a linesel > 0 */ in gl124_init_motor_regs_scan()
476 if(linesel==0) in gl124_init_motor_regs_scan()
478 linesel=1; in gl124_init_motor_regs_scan()
485 linesel=0; in gl124_init_motor_regs_scan()
488 lincnt=scan_lines*(linesel+1); in gl124_init_motor_regs_scan()
569 reg->set8_mask(REG_0x1D, linesel, REG_0x1D_LINESEL); in gl124_init_motor_regs_scan()

Completed in 3 milliseconds