Home
last modified time | relevance | path

Searched refs:rawtemp (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c2848 if (stats->general.temp != sc->rawtemp) { in iwn_rx_statistics()
2850 sc->rawtemp = stats->general.temp; in iwn_rx_statistics()
4895 r4 = le32toh(sc->rawtemp); in iwn4965_get_temperature()
4919 temp = le32toh(sc->rawtemp); in iwn5000_get_temperature()
6729 sc->rawtemp = sc->ucode_info.temp[3].chan20MHz; in iwn4965_load_firmware()
H A Dif_iwnvar.h272 uint32_t rawtemp; member