Home
last modified time | relevance | path

Searched refs:LM93_INTERVAL_TO_REG (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dlm93.c710 static u8 LM93_INTERVAL_TO_REG(long interval) in LM93_INTERVAL_TO_REG() function
2234 tmp = (tmp & 0x0f) | (LM93_INTERVAL_TO_REG(val) << 4); in prochot_interval_store()
2236 tmp = (tmp & 0xf0) | LM93_INTERVAL_TO_REG(val); in prochot_interval_store()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dlm93.c710 static u8 LM93_INTERVAL_TO_REG(long interval) in LM93_INTERVAL_TO_REG() function
2234 tmp = (tmp & 0x0f) | (LM93_INTERVAL_TO_REG(val) << 4); in prochot_interval_store()
2236 tmp = (tmp & 0xf0) | LM93_INTERVAL_TO_REG(val); in prochot_interval_store()

Completed in 9 milliseconds