Searched refs:W83793_REG_BANKSEL (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83793.c | 72 #define W83793_REG_BANKSEL 0x00 macro 1614 bank = i2c_smbus_read_byte_data(client, W83793_REG_BANKSEL); in w83793_detect() 1663 data->bank = i2c_smbus_read_byte_data(client, W83793_REG_BANKSEL); in w83793_probe() 2100 (client, W83793_REG_BANKSEL, new_bank) >= 0) in w83793_read_value() 2125 res = i2c_smbus_write_byte_data(client, W83793_REG_BANKSEL, in w83793_write_value()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | w83793.c | 72 #define W83793_REG_BANKSEL 0x00 macro 1612 bank = i2c_smbus_read_byte_data(client, W83793_REG_BANKSEL); in w83793_detect() 1661 data->bank = i2c_smbus_read_byte_data(client, W83793_REG_BANKSEL); in w83793_probe() 2098 (client, W83793_REG_BANKSEL, new_bank) >= 0) in w83793_read_value() 2123 res = i2c_smbus_write_byte_data(client, W83793_REG_BANKSEL, in w83793_write_value()
|
Completed in 6 milliseconds