Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwmon/
Di5500_temp.c51 u16 tsthrhi; in show_temp() local
54 pci_read_config_word(pdev, REG_TSTHRHI, &tsthrhi); in show_temp()
56 temp = ((long)tsthrhi - tsfsc) * 500; in show_temp()