Searched refs:celsius (Results 1 – 4 of 4) sorted by relevance
714 bool celsius; in convert_val_to_pnumber() local731 celsius = true; in convert_val_to_pnumber()736 celsius = false; in convert_val_to_pnumber()752 if (!celsius) in convert_val_to_pnumber()
11 >9 ubyte 0 unit celsius,
2975 uint32_t value, celsius; in fw2x_get_temperature() local2991 celsius = __SHIFTOUT(value, PHYINFO2_TEMPERATURE); in fw2x_get_temperature()2992 if (celsius == 0) { in fw2x_get_temperature()2996 *temp = celsius * (1000000 / 256) + 273150000; in fw2x_get_temperature()
17074 Allow handling negative celsius values. (Kochi Takayoshi)