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