Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/ !
Dnct6775-core.c1147 unsigned int oddshift = (nr & 1) * 4; /* masks shift by four if nr is odd */ in nct6775_write_fan_div() local
1152 reg &= 0x70 >> oddshift; in nct6775_write_fan_div()
1153 reg |= data->fan_div[nr] & (0x7 << oddshift); in nct6775_write_fan_div()