Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dbt1-pvt.h122 PVT_SENSORS_NUM enumerator
218 struct pvt_cache cache[PVT_SENSORS_NUM];
H A Dbt1-pvt.c677 kt = ktime_divns(kt, PVT_SENSORS_NUM); in pvt_write_timeout()
853 for (idx = 0; idx < PVT_SENSORS_NUM; ++idx) in pvt_clear_data()
881 for (idx = 0; idx < PVT_SENSORS_NUM; ++idx) in pvt_create_data()
884 for (idx = 0; idx < PVT_SENSORS_NUM; ++idx) in pvt_create_data()
1011 pvt->timeout = ktime_set(PVT_SENSORS_NUM * PVT_TOUT_DEF, 0); in pvt_init_iface()
1013 pvt->timeout = ktime_add_ns(pvt->timeout, PVT_SENSORS_NUM * PVT_TOUT_MIN); in pvt_init_iface()