Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dhp3900_rts8822.c2657 SANE_Byte *cpRegs; in Motor_Move() local
2664 cpRegs = (SANE_Byte *) malloc (RT_BUFFER_LEN * sizeof (SANE_Byte)); in Motor_Move()
2665 if (cpRegs != NULL) in Motor_Move()
2669 memcpy (cpRegs, Regs, RT_BUFFER_LEN * sizeof (SANE_Byte)); in Motor_Move()
2673 data_bitset (&cpRegs[0xc0], 0x1f, 1); /*---xxxxx*/ in Motor_Move()
2676 data_bitset (&cpRegs[0xd9], 0x70, mymotor->scanmotorsteptype); /*-xxx----*/ in Motor_Move()
2679 data_bitset (&cpRegs[0xd9], 0x80, mtrpos->options >> 3); /*e------- */ in Motor_Move()
2682 data_bitset (&cpRegs[0xd9], 0x0f, mtrpos->options); /*----efgh*/ in Motor_Move()
2685 data_bitset (&cpRegs[0xdd], 0x80, mtrpos->options >> 4); /*d------- */ in Motor_Move()
2688 data_bitset (&cpRegs[ in Motor_Move()
[all...]

Completed in 7 milliseconds