Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dadt7475.c221 u8 enh_acoustics[2]; member
568 val = data->enh_acoustics[0] & 0xf; in temp_st_show()
571 val = data->enh_acoustics[1] & 0xf; in temp_st_show()
575 val = (data->enh_acoustics[1] >> 4) & 0xf; in temp_st_show()
626 data->enh_acoustics[idx] &= ~(0xf << shift); in temp_st_store()
627 data->enh_acoustics[idx] |= (val << shift); in temp_st_store()
629 i2c_smbus_write_byte_data(client, reg, data->enh_acoustics[idx]); in temp_st_store()
842 return sprintf(buf, "%d\n", !!(data->enh_acoustics[0] & mask)); in stall_disable_show()
860 data->enh_acoustics[0] &= ~mask; in stall_disable_store()
862 data->enh_acoustics[0] |= mask; in stall_disable_store()
[all …]