Searched refs:verstep (Results 1 - 5 of 5) sorted by relevance

/drivers/hwmon/
H A Demc6w201.c457 int company, verstep, config; local
466 verstep = i2c_smbus_read_byte_data(client, EMC6W201_REG_VERSTEP);
467 if (verstep < 0 || (verstep & 0xF0) != 0xB0)
469 if ((verstep & 0x0F) > 2) {
471 verstep & 0x0F);
H A Dlm85.c1191 int company, verstep; local
1200 verstep = lm85_read_value(client, LM85_REG_VERSTEP);
1204 address, company, verstep);
1207 if ((verstep & LM85_VERSTEP_VMASK) != LM85_VERSTEP_GENERIC &&
1208 (verstep & LM85_VERSTEP_VMASK) != LM85_VERSTEP_GENERIC2) {
1217 switch (verstep) {
1235 switch (verstep) {
1249 switch (verstep) {
H A Dadm1026.c1655 int company, verstep; local
1665 verstep = adm1026_read_value(client, ADM1026_REG_VERSTEP);
1670 company, verstep);
1676 && verstep == ADM1026_VERSTEP_ADM1026) {
1679 && (verstep & 0xf0) == ADM1026_VERSTEP_GENERIC) {
1681 "0x%02x. Defaulting to ADM1026.\n", verstep);
1682 } else if ((verstep & 0xf0) == ADM1026_VERSTEP_GENERIC) {
1685 verstep);
H A Ddme1737.c2369 u8 company, verstep = 0; local
2377 verstep = i2c_smbus_read_byte_data(client, DME1737_REG_VERSTEP);
2380 verstep == SCH5027_VERSTEP) {
2383 (verstep & DME1737_VERSTEP_MASK) == DME1737_VERSTEP) {
2390 verstep == SCH5027_VERSTEP ? "SCH5027" : "DME1737",
2391 client->addr, verstep);
H A Dasc7621.c1152 int company, verstep, chip_index; local
1164 verstep = read_byte(client,
1168 verstep == asc7621_chips[chip_index].verstep_id) {

Completed in 122 milliseconds