Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dw83791d.c140 #define W83791D_REG_BANK 0x4E macro
1310 val1 = w83791d_read(client, W83791D_REG_BANK); in w83791d_detect()
1327 val1 = w83791d_read(client, W83791D_REG_BANK) & 0x78; in w83791d_detect()
1328 w83791d_write(client, W83791D_REG_BANK, val1 | 0x80); in w83791d_detect()