Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dplustek-usbscan.c806 int ctmode; /* CIS tr timing mode reg 19 b0..1 */ in usb_GetLineLength() local
808 int b; /* if ctmode=0, (ntr+1)*((2*gbnd)+dur+1), otherwise 1 */ in usb_GetLineLength()
829 ctmode = (regs[0x0b] >> 3) & 3; /* cis tr timing mode */ in usb_GetLineLength()
845 if( ctmode == 0 ) { /* CCD mode scanner*/ in usb_GetLineLength()
850 if( ctmode == 2 ) /* CIS mode scanner */ in usb_GetLineLength()
869 if( ctmode == 0 ) in usb_GetLineLength()

Completed in 2 milliseconds