Lines Matching +full:enable +full:- +full:active +full:- +full:high
4 * SPDX-License-Identifier: Apache-2.0
31 * [6] CLKOUTPD = 1 (Enable Power Down) in init_wm8731_i2c()
33 * [4] OUTPD = 1 (Enable Power Down) in init_wm8731_i2c()
36 * [1] MICPD = 1 (Enable Power Down) in init_wm8731_i2c()
42 * [8] LRINBOTH = 1 (Enable Simultaneous Load) in init_wm8731_i2c()
44 * [4:0] LINVOL = 0x07 (-24 dB) in init_wm8731_i2c()
49 * [8] LRHPBOTH = 1 (Enable Simultaneous Load) in init_wm8731_i2c()
56 * [7:6] SIDEATT = 0 (-6 dB) in init_wm8731_i2c()
61 * [1] MUTEMIC = 1 (Enable Mute) in init_wm8731_i2c()
70 * [0] ADCHPD = 1 (Disable High Pass Filter) in init_wm8731_i2c()
76 * [6] MS = 0 (Enable Slave Mode) in init_wm8731_i2c()
78 * [4] LRP = 1 (Right Channel DAC data when DACLRC high) in init_wm8731_i2c()
93 * Active Control: in init_wm8731_i2c()
94 * [0] ACTIVE = 1 (Active) in init_wm8731_i2c()
99 * Down Control register to 0 at the very end of the power-on in init_wm8731_i2c()
106 printk("%s is not ready\n", i2c_dev->name); in init_wm8731_i2c()