Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Di5500_temp.c71 u8 ctsts; in alarm_show() local
73 pci_read_config_byte(pdev, REG_CTSTS, &ctsts); in alarm_show()
74 return sprintf(buf, "%u\n", (unsigned int)ctsts & (1 << nr)); in alarm_show()