Searched refs:ohm (Results 1 – 1 of 1) sorted by relevance
/drivers/hwmon/ |
D | ntc_thermistor.c | 45 unsigned int ohm; member 66 { .temp_c = -40, .ohm = 1747920 }, 67 { .temp_c = -35, .ohm = 1245428 }, 68 { .temp_c = -30, .ohm = 898485 }, 69 { .temp_c = -25, .ohm = 655802 }, 70 { .temp_c = -20, .ohm = 483954 }, 71 { .temp_c = -15, .ohm = 360850 }, 72 { .temp_c = -10, .ohm = 271697 }, 73 { .temp_c = -5, .ohm = 206463 }, 74 { .temp_c = 0, .ohm = 158214 }, [all …]
|