Searched refs:tsfsc (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/hwmon/
H A Di5500_temp.c52 s8 tsfsc; show_temp() local
55 pci_read_config_byte(pdev, REG_TSFSC, &tsfsc); show_temp()
56 temp = ((long)tsthrhi - tsfsc) * 500; show_temp()
118 s8 tsfsc; i5500_temp_probe() local
126 pci_read_config_byte(pdev, REG_TSFSC, &tsfsc); i5500_temp_probe()
128 if (tsfsc == 0x7F && tstimer == 0x07D30D40) { i5500_temp_probe()

Completed in 45 milliseconds