Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwmon/
Dw83791d.c167 static const u8 W83791D_REG_BEEP_CTRL[3] = { variable
464 data->beep_mask |= w83791d_read(client, W83791D_REG_BEEP_CTRL[bytenr]) in store_beep()
470 w83791d_write(client, W83791D_REG_BEEP_CTRL[bytenr], in store_beep()
1086 w83791d_write(client, W83791D_REG_BEEP_CTRL[i], (val & 0xff)); in store_beep_mask()
1122 w83791d_write(client, W83791D_REG_BEEP_CTRL[1], val); in store_beep_enable()
1460 tmp = w83791d_read(client, W83791D_REG_BEEP_CTRL[1]); in w83791d_init_client()
1461 w83791d_write(client, W83791D_REG_BEEP_CTRL[1], tmp & 0xef); in w83791d_init_client()
1593 w83791d_read(client, W83791D_REG_BEEP_CTRL[0]) + in w83791d_update_device()
1594 (w83791d_read(client, W83791D_REG_BEEP_CTRL[1]) << 8) + in w83791d_update_device()
1595 (w83791d_read(client, W83791D_REG_BEEP_CTRL[2]) << 16); in w83791d_update_device()