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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlm93.c654 static u8 LM93_RAMP_TO_REG(int ramp) function
2032 ramp = (ramp & 0x0f) | (LM93_RAMP_TO_REG(val) << 4 & 0xf0);
2061 ramp = (ramp & 0xf0) | (LM93_RAMP_TO_REG(val) & 0x0f);

Completed in 223 milliseconds