Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dw83791d.c180 static const u8 W83791D_REG_BEEP_CTRL[3] = { variable
477 data->beep_mask |= w83791d_read(client, W83791D_REG_BEEP_CTRL[bytenr]) in store_beep()
483 w83791d_write(client, W83791D_REG_BEEP_CTRL[bytenr], in store_beep()
1099 w83791d_write(client, W83791D_REG_BEEP_CTRL[i], (val & 0xff)); in store_beep_mask()
1135 w83791d_write(client, W83791D_REG_BEEP_CTRL[1], val); in store_beep_enable()
1487 tmp = w83791d_read(client, W83791D_REG_BEEP_CTRL[1]); in w83791d_init_client()
1488 w83791d_write(client, W83791D_REG_BEEP_CTRL[1], tmp & 0xef); in w83791d_init_client()
1620 w83791d_read(client, W83791D_REG_BEEP_CTRL[0]) + in w83791d_update_device()
1621 (w83791d_read(client, W83791D_REG_BEEP_CTRL[1]) << 8) + in w83791d_update_device()
1622 (w83791d_read(client, W83791D_REG_BEEP_CTRL[2]) << 16); in w83791d_update_device()