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

/openbsd-current/sys/dev/i2c/
H A Dietp.h58 bool hi_precision; member in struct:ietp_softc
H A Dietp.c139 ietp_res2dpmm(uint8_t res, bool hi_precision) argument
143 dpi = hi_precision ? 300 + res * 100 : 790 + res * 10;
191 sc->hi_precision = pattern >= 0x02;
241 sc->res_x = ietp_res2dpmm(buf8[0], sc->hi_precision);
242 sc->res_y = ietp_res2dpmm(buf8[1], sc->hi_precision);
244 sc->report_id = sc->hi_precision ?
246 sc->report_len = sc->hi_precision ?
552 if (sc->hi_precision) {

Completed in 128 milliseconds