Home
last modified time | relevance | path

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

/linux-4.1.27/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()
1493 tmp = w83791d_read(client, W83791D_REG_BEEP_CTRL[1]); in w83791d_init_client()
1494 w83791d_write(client, W83791D_REG_BEEP_CTRL[1], tmp & 0xef); in w83791d_init_client()
1626 w83791d_read(client, W83791D_REG_BEEP_CTRL[0]) + in w83791d_update_device()
1627 (w83791d_read(client, W83791D_REG_BEEP_CTRL[1]) << 8) + in w83791d_update_device()
1628 (w83791d_read(client, W83791D_REG_BEEP_CTRL[2]) << 16); in w83791d_update_device()