Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dnct6775-core.c1232 unsigned int oddshift = (nr & 1) * 4; /* masks shift by four if nr is odd */ in nct6775_write_fan_div() local
1237 reg &= 0x70 >> oddshift; in nct6775_write_fan_div()
1238 reg |= (data->fan_div[nr] & 0x7) << oddshift; in nct6775_write_fan_div()