Searched refs:W83781D_REG_CONFIG (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | w83781d.c | 101 #define W83781D_REG_CONFIG 0x40 macro 1104 if (i2c_smbus_read_byte_data(client, W83781D_REG_CONFIG) & 0x80) { in w83781d_detect() 1362 w83781d_write_value(data, W83781D_REG_CONFIG, 0x80); in w83781d_init_device() 1430 w83781d_write_value(data, W83781D_REG_CONFIG, in w83781d_init_device() 1432 W83781D_REG_CONFIG) & 0xf7) in w83781d_init_device() 1647 if (w83781d_read_value(isa, W83781D_REG_CONFIG) != in w83781d_alias_detect() 1648 i2c_smbus_read_byte_data(client, W83781D_REG_CONFIG)) in w83781d_alias_detect() 1890 outb_p(W83781D_REG_CONFIG, address + W83781D_ADDR_REG_OFFSET); in w83781d_isa_found()
|
H A D | w83627hf.c | 181 #define W83781D_REG_CONFIG 0x40 macro 792 w83627hf_write_value(data, W83781D_REG_CONFIG, in w83627hf_init_device() 794 W83781D_REG_CONFIG) & 0xf7) in w83627hf_init_device()
|