Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hwmon/
A Dbt1-pvt.h153 u32 thres_sts_lo; member
166 .thres_sts_lo = PVT_INTR_ ##_thres## _LO, \
185 u32 thres_sts_lo; member
A Dbt1-pvt.c267 if ((thres_sts & info->thres_sts_lo) ^ cache->thres_sts_lo) { in pvt_soft_isr()
268 WRITE_ONCE(cache->thres_sts_lo, thres_sts & info->thres_sts_lo); in pvt_soft_isr()
375 *val = !!READ_ONCE(pvt->cache[type].thres_sts_lo); in pvt_read_alarm()

Completed in 4 milliseconds