Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hwmon/
A Dbt1-pvt.h154 u32 thres_sts_hi; member
167 .thres_sts_hi = PVT_INTR_ ##_thres## _HI, \
186 u32 thres_sts_hi; member
A Dbt1-pvt.c271 } else if ((thres_sts & info->thres_sts_hi) ^ cache->thres_sts_hi) { in pvt_soft_isr()
272 WRITE_ONCE(cache->thres_sts_hi, thres_sts & info->thres_sts_hi); in pvt_soft_isr()
377 *val = !!READ_ONCE(pvt->cache[type].thres_sts_hi); in pvt_read_alarm()

Completed in 9 milliseconds