Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dplustek-usbscan.c534 int hfcnt; /* half speed count reg 51 b0..1 */ in usb_GetDPD() local
543 hfcnt = (regs[0x51] & 0xc0) >> 6; /* half speed count */ in usb_GetDPD()
551 if (hfcnt == 3) in usb_GetDPD()
552 hfcnt = 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