Home
last modified time | relevance | path

Searched refs:W83791D_REG_CONFIG (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dw83791d.c174 #define W83791D_REG_CONFIG 0x40 macro
1307 if (w83791d_read(client, W83791D_REG_CONFIG) & 0x80) in w83791d_detect()
1442 w83791d_write(client, W83791D_REG_CONFIG, 0x80); in w83791d_init_client()
1467 tmp = w83791d_read(client, W83791D_REG_CONFIG) & 0xf7; in w83791d_init_client()
1468 w83791d_write(client, W83791D_REG_CONFIG, tmp | 0x01); in w83791d_init_client()