Searched refs:oddshift (Results 1 – 1 of 1) sorted by relevance
1232 unsigned int oddshift = (nr & 1) * 4; /* masks shift by four if nr is odd */ in nct6775_write_fan_div() local1237 reg &= 0x70 >> oddshift; in nct6775_write_fan_div()1238 reg |= (data->fan_div[nr] & 0x7) << oddshift; in nct6775_write_fan_div()