Home
last modified time | relevance | path

Searched refs:tmphi (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/gpio/
H A Dgpioths.c162 int i, negmul, offset, size, tmphi, tmplo; in gpioths_dht_readbytes() local
260 tmphi = (value >> 8) & 0x3f; in gpioths_dht_readbytes()
263 sc->temp = DK_OFFSET + (negmul * (tmphi * 10 + tmplo)); in gpioths_dht_readbytes()