Searched refs:ASB100_REG_BANK (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/hwmon/ |
D | asb100.c | 94 #define ASB100_REG_BANK 0x4e macro 761 val1 = i2c_smbus_read_byte_data(client, ASB100_REG_BANK); in asb100_detect() 775 i2c_smbus_write_byte_data(client, ASB100_REG_BANK, in asb100_detect() 776 (i2c_smbus_read_byte_data(client, ASB100_REG_BANK) & 0x78) in asb100_detect() 868 i2c_smbus_write_byte_data(client, ASB100_REG_BANK, bank); in asb100_read_value() 895 i2c_smbus_write_byte_data(client, ASB100_REG_BANK, 0); in asb100_read_value() 913 i2c_smbus_write_byte_data(client, ASB100_REG_BANK, bank); in asb100_write_value() 936 i2c_smbus_write_byte_data(client, ASB100_REG_BANK, 0); in asb100_write_value()
|