Searched refs:ASB100_REG_BANK (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | asb100.c | 81 #define ASB100_REG_BANK 0x4e macro 747 val1 = i2c_smbus_read_byte_data(client, ASB100_REG_BANK); in asb100_detect() 761 i2c_smbus_write_byte_data(client, ASB100_REG_BANK, in asb100_detect() 762 (i2c_smbus_read_byte_data(client, ASB100_REG_BANK) & 0x78) in asb100_detect() 851 i2c_smbus_write_byte_data(client, ASB100_REG_BANK, bank); in asb100_read_value() 878 i2c_smbus_write_byte_data(client, ASB100_REG_BANK, 0); in asb100_read_value() 896 i2c_smbus_write_byte_data(client, ASB100_REG_BANK, bank); in asb100_write_value() 919 i2c_smbus_write_byte_data(client, ASB100_REG_BANK, 0); in asb100_write_value()
|