Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dplustek-usbscan.c801 int gbnd; /* guardband duration reg 0e b4..7 */ in usb_GetLineLength() local
808 int b; /* if ctmode=0, (ntr+1)*((2*gbnd)+dur+1), otherwise 1 */ in usb_GetLineLength()
819 gbnd = (regs[0x0e] & 0xf0) >> 4; /* TR fi1 guardband duration */ in usb_GetLineLength()
847 b = (ntr + 1) * ((2 * gbnd) + dur + 1); in usb_GetLineLength()

Completed in 3 milliseconds