Home
last modified time | relevance | path

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

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