Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
Dlm93.c680 static u8 LM93_RAMP_TO_REG(int ramp) in LM93_RAMP_TO_REG() function
2058 ramp = (ramp & 0x0f) | (LM93_RAMP_TO_REG(val) << 4 & 0xf0); in pwm_auto_prochot_ramp_store()
2090 ramp = (ramp & 0xf0) | (LM93_RAMP_TO_REG(val) & 0x0f); in pwm_auto_vrdhot_ramp_store()