Home
last modified time | relevance | path

Searched refs:thres_sts_lo (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dbt1-pvt.h142 * @thres_sts_lo: low threshold status bitfield.
153 u32 thres_sts_lo; member
166 .thres_sts_lo = PVT_INTR_ ##_thres## _LO, \
176 * @thres_sts_lo: low threshold status saved on the previous data conversion.
185 u32 thres_sts_lo; member
H A Dbt1-pvt.c291 if ((thres_sts & info->thres_sts_lo) ^ cache->thres_sts_lo) { in pvt_soft_isr()
292 WRITE_ONCE(cache->thres_sts_lo, thres_sts & info->thres_sts_lo); in pvt_soft_isr()
399 *val = !!READ_ONCE(pvt->cache[type].thres_sts_lo); in pvt_read_alarm()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dbt1-pvt.h142 * @thres_sts_lo: low threshold status bitfield.
153 u32 thres_sts_lo; member
166 .thres_sts_lo = PVT_INTR_ ##_thres## _LO, \
176 * @thres_sts_lo: low threshold status saved on the previous data conversion.
185 u32 thres_sts_lo; member
H 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 5 milliseconds