Home
last modified time | relevance | path

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

/drivers/hwmon/
Di5500_temp.c43 s8 tsfsc; in temp1_input_show() local
46 pci_read_config_byte(pdev, REG_TSFSC, &tsfsc); in temp1_input_show()
47 temp = ((long)tsthrhi - tsfsc) * 500; in temp1_input_show()
109 s8 tsfsc; in i5500_temp_probe() local
117 pci_read_config_byte(pdev, REG_TSFSC, &tsfsc); in i5500_temp_probe()
119 if (tsfsc == 0x7F && tstimer == 0x07D30D40) { in i5500_temp_probe()