Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dplustek-usbscan.c533 int qtcnt; /* quarter speed count count reg 51 b2..3 */ in usb_GetDPD() local
542 qtcnt = (regs[0x51] & 0x30) >> 4; /* quarter speed count */ in usb_GetDPD()
549 if (qtcnt == 3) in usb_GetDPD()
550 qtcnt = 8; in usb_GetDPD()
562 dpd = (((qtcnt * 4) + (hfcnt * 2) + strev) * 4 * st) % in usb_GetDPD()
570 DBG( _DBG_INFO2, "* llen=%u, lineRateColor=%u, qtcnt=%u, hfcnt=%u\n", in usb_GetDPD()
571 m_wLineLength, m_bLineRateColor, qtcnt, hfcnt ); in usb_GetDPD()

Completed in 2 milliseconds