Lines Matching refs:value
102 * and the control info needed to retrieve the value from the register map.
115 * retrieving a register value or not, and at what frequency.
137 "Unable to write value 0x%02x to register 0x%02x.\n",
231 * RPM = (90000 * 60) / register value
260 * 0xffff. This value allows the fan to be stopped completely without
282 * The data sheet provides us with the 3/4 scale value for each voltage
283 * which is stored in in_scaling. The sda->index parameter value provides
305 /* The LSB value is a 2-bit scaling of the MSB's LSbit value. */
1063 int value;
1067 value = read_byte(client, 0x40);
1069 if (value & 0x02) {
1074 if (!(value & 0x04)) {
1084 value = (value & ~0x02) | 0x01;
1085 write_byte(client, 0x40, value & 0xff);