Searched refs:temp_c (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | ntc_thermistor.c | 30 int temp_c; member 82 { .temp_c = 0, .ohm = 158214 }, 83 { .temp_c = 5, .ohm = 122259 }, 95 { .temp_c = 65, .ohm = 9328 }, 96 { .temp_c = 70, .ohm = 7798 }, 97 { .temp_c = 75, .ohm = 6544 }, 98 { .temp_c = 80, .ohm = 5518 }, 99 { .temp_c = 85, .ohm = 4674 }, 100 { .temp_c = 90, .ohm = 3972 }, 101 { .temp_c = 95, .ohm = 3388 }, [all …]
|