Searched refs:beeps (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dw83793.c253 u8 beeps[5]; member in struct:w83793_data
361 val = (data->beeps[index] >> (bit)) & 1;
385 data->beeps[index] = w83793_read_value(client, W83793_REG_BEEP(index));
386 data->beeps[index] &= ~beep_bit;
387 data->beeps[index] |= val << shift;
388 w83793_write_value(client, W83793_REG_BEEP(index), data->beeps[index]);
1973 for (i = 0; i < ARRAY_SIZE(data->beeps); i++) {
1974 data->beeps[i] = w83793_read_value(client, W83793_REG_BEEP(i));
H A Dit87.c296 u8 beeps; /* Register encoding */ member in struct:it87_data
1125 return sprintf(buf, "%u\n", (data->beeps >> bitnr) & 1);
1139 data->beeps = it87_read_value(data, IT87_REG_BEEP_ENABLE);
1141 data->beeps |= (1 << bitnr);
1143 data->beeps &= ~(1 << bitnr);
1144 it87_write_value(data, IT87_REG_BEEP_ENABLE, data->beeps);
2044 data->beeps = it87_read_value(data, IT87_REG_BEEP_ENABLE);

Completed in 60 milliseconds