Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
H A 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()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Di5500_temp.c43 s8 tsfsc; in i5500_read() local
52 pci_read_config_byte(pdev, REG_TSFSC, &tsfsc); in i5500_read()
53 *val = (tsthr - tsfsc) * 500; in i5500_read()
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()

Completed in 1 milliseconds