Lines Matching +full:step +full:- +full:down
4 * SPDX-License-Identifier: Apache-2.0
29 * Power Down Control: in init_wm8731_i2c()
31 * [6] CLKOUTPD = 1 (Enable Power Down) in init_wm8731_i2c()
32 * [5] OSCPDD = 0 (Disable Power Down) in init_wm8731_i2c()
33 * [4] OUTPD = 1 (Enable Power Down) in init_wm8731_i2c()
34 * [3] DACPD = 0 (Disable Power Down) in init_wm8731_i2c()
35 * [2] ADCPD = 0 (Disable Power Down) in init_wm8731_i2c()
36 * [1] MICPD = 1 (Enable Power Down) in init_wm8731_i2c()
37 * [0] LINEINPD = 0 (Disable Power Down) in init_wm8731_i2c()
44 * [4:0] LINVOL = 0x07 (-24 dB) in init_wm8731_i2c()
56 * [7:6] SIDEATT = 0 (-6 dB) 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()
117 printk("Initialization step %d failed\n", i); in init_wm8731_i2c()