Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dw83791d.c167 static const u8 W83791D_REG_BEEP_CTRL[3] = { variable
460 data->beep_mask |= w83791d_read(client, W83791D_REG_BEEP_CTRL[bytenr]) in store_beep()
466 w83791d_write(client, W83791D_REG_BEEP_CTRL[bytenr], in store_beep()
1082 w83791d_write(client, W83791D_REG_BEEP_CTRL[i], (val & 0xff)); in store_beep_mask()
1118 w83791d_write(client, W83791D_REG_BEEP_CTRL[1], val); in store_beep_enable()
1449 tmp = w83791d_read(client, W83791D_REG_BEEP_CTRL[1]); in w83791d_init_client()
1450 w83791d_write(client, W83791D_REG_BEEP_CTRL[1], tmp & 0xef); in w83791d_init_client()
1582 w83791d_read(client, W83791D_REG_BEEP_CTRL[0]) + in w83791d_update_device()
1583 (w83791d_read(client, W83791D_REG_BEEP_CTRL[1]) << 8) + in w83791d_update_device()
1584 (w83791d_read(client, W83791D_REG_BEEP_CTRL[2]) << 16); in w83791d_update_device()