Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/i2c/
H A Daht20.c442 uint64_t rawtemp; in aht20_refresh() local
445 rawtemp = ((rawdata[3] & 0x0f) << 16) | (rawdata[4] << 8) | rawdata[5]; in aht20_refresh()
448 device_xname(sc->sc_dev), rawhum, rawhum, rawtemp, rawtemp)); in aht20_refresh()
460 q = (((rawtemp * 1000000000) / 10485760) * 2) + 223150000; in aht20_refresh()
/netbsd-src/sys/dev/pci/
H A Dif_iwnvar.h289 uint32_t rawtemp; member
H A Dif_iwn.c2407 if (stats->general.temp != sc->rawtemp) { in iwn_rx_statistics()
2409 sc->rawtemp = stats->general.temp; in iwn_rx_statistics()
3943 r4 = le32toh(sc->rawtemp); in iwn5000_get_temperature()
3968 temp = le32toh(sc->rawtemp); in iwn_init_sensitivity()
5735 sc->rawtemp = sc->ucode_info.temp[3].chan20MHz; in iwn4965_load_firmware()