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

/drivers/hwmon/
H A Demc6w201.c454 int company, verstep, config; local
463 verstep = i2c_smbus_read_byte_data(client, EMC6W201_REG_VERSTEP);
464 if (verstep < 0 || (verstep & 0xF0) != 0xB0)
466 if ((verstep & 0x0F) > 2) {
468 verstep & 0x0F);
H A Dlm85.c1476 int company, verstep; local
1485 verstep = lm85_read_value(client, LM85_REG_VERSTEP);
1489 address, company, verstep);
1492 switch (verstep) {
1511 switch (verstep) {
1525 switch (verstep) {
H A Dadm1026.c1560 int company, verstep; local
1570 verstep = adm1026_read_value(client, ADM1026_REG_VERSTEP);
1575 company, verstep);
1581 && verstep == ADM1026_VERSTEP_ADM1026) {
1584 && (verstep & 0xf0) == ADM1026_VERSTEP_GENERIC) {
1587 verstep);
1588 } else if ((verstep & 0xf0) == ADM1026_VERSTEP_GENERIC) {
1591 verstep);
H A Ddme1737.c2446 u8 company, verstep = 0; local
2453 verstep = i2c_smbus_read_byte_data(client, DME1737_REG_VERSTEP);
2456 verstep == SCH5027_VERSTEP) {
2459 (verstep & DME1737_VERSTEP_MASK) == DME1737_VERSTEP) {
2466 verstep == SCH5027_VERSTEP ? "SCH5027" : "DME1737",
2467 client->addr, verstep);
H A Dasc7621.c1153 int company, verstep, chip_index; local
1165 verstep = read_byte(client,
1169 verstep == asc7621_chips[chip_index].verstep_id) {

Completed in 150 milliseconds