Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Di5500_temp.c51 u16 tsthrhi; in temp1_input_show() local
54 pci_read_config_word(pdev, REG_TSTHRHI, &tsthrhi); in temp1_input_show()
56 temp = ((long)tsthrhi - tsfsc) * 500; in temp1_input_show()