Searched refs:ASB100_REG_BANK (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/hwmon/ |
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() 853 i2c_smbus_write_byte_data(client, ASB100_REG_BANK, bank); in asb100_read_value() 880 i2c_smbus_write_byte_data(client, ASB100_REG_BANK, 0); in asb100_read_value() 898 i2c_smbus_write_byte_data(client, ASB100_REG_BANK, bank); in asb100_write_value() 921 i2c_smbus_write_byte_data(client, ASB100_REG_BANK, 0); in asb100_write_value()
|