Home
last modified time | relevance | path

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

/third_party/backends/backend/genesys/
H A Dtables_motor.cpp292 profile.motor_vref = 1; in genesys_init_motor_tables()
299 profile.motor_vref = 0; in genesys_init_motor_tables()
306 profile.motor_vref = 0; in genesys_init_motor_tables()
320 profile.motor_vref = 0; in genesys_init_motor_tables()
327 profile.motor_vref = 0; in genesys_init_motor_tables()
334 profile.motor_vref = 0; in genesys_init_motor_tables()
347 profile.motor_vref = 0; in genesys_init_motor_tables()
355 profile.motor_vref = 2; in genesys_init_motor_tables()
363 profile.motor_vref = 2; in genesys_init_motor_tables()
378 profile.motor_vref in genesys_init_motor_tables()
[all...]
H A Dgl846.cpp406 if (motor_profile.motor_vref != -1 && fast_profile->motor_vref != 1) { in gl846_init_motor_regs_scan()
408 vref |= (motor_profile.motor_vref << REG_0x80S_TABLE1_NORMAL) & REG_0x80_TABLE1_NORMAL; in gl846_init_motor_regs_scan()
409 vref |= (motor_profile.motor_vref << REG_0x80S_TABLE2_BACK) & REG_0x80_TABLE2_BACK; in gl846_init_motor_regs_scan()
410 vref |= (fast_profile->motor_vref << REG_0x80S_TABLE4_FAST) & REG_0x80_TABLE4_FAST; in gl846_init_motor_regs_scan()
411 vref |= (fast_profile->motor_vref << REG_0x80S_TABLE5_GO_HOME) & REG_0x80_TABLE5_GO_HOME; in gl846_init_motor_regs_scan()
H A Dgl842.cpp352 if (motor_profile.motor_vref != -1 && fast_profile->motor_vref != 1) { in gl842_init_motor_regs_scan()
354 vref |= (motor_profile.motor_vref << REG_0x80S_TABLE1_NORMAL) & REG_0x80_TABLE1_NORMAL; in gl842_init_motor_regs_scan()
355 vref |= (motor_profile.motor_vref << REG_0x80S_TABLE2_BACK) & REG_0x80_TABLE2_BACK; in gl842_init_motor_regs_scan()
356 vref |= (fast_profile->motor_vref << REG_0x80S_TABLE4_FAST) & REG_0x80_TABLE4_FAST; in gl842_init_motor_regs_scan()
357 vref |= (fast_profile->motor_vref << REG_0x80S_TABLE5_GO_HOME) & REG_0x80_TABLE5_GO_HOME; in gl842_init_motor_regs_scan()
H A Dmotor.h136 int motor_vref = -1; member
H A Dmotor.cpp169 << " motor_vref: " << profile.motor_vref << '\n' in operator <<()
H A Dgl843.cpp753 if (motor_profile.motor_vref != -1 && fast_profile->motor_vref != 1) { in gl843_init_motor_regs_scan()
755 vref |= (motor_profile.motor_vref << REG_0x80S_TABLE1_NORMAL) & REG_0x80_TABLE1_NORMAL; in gl843_init_motor_regs_scan()
756 vref |= (motor_profile.motor_vref << REG_0x80S_TABLE2_BACK) & REG_0x80_TABLE2_BACK; in gl843_init_motor_regs_scan()
757 vref |= (fast_profile->motor_vref << REG_0x80S_TABLE4_FAST) & REG_0x80_TABLE4_FAST; in gl843_init_motor_regs_scan()
758 vref |= (fast_profile->motor_vref << REG_0x80S_TABLE5_GO_HOME) & REG_0x80_TABLE5_GO_HOME; in gl843_init_motor_regs_scan()

Completed in 8 milliseconds