Lines Matching +full:0 +full:x3500
32 #define RT711_AUDIO_FUNCTION_GROUP 0x01
33 #define RT711_DAC_OUT2 0x03
34 #define RT711_ADC_IN1 0x09
35 #define RT711_ADC_IN2 0x08
36 #define RT711_DMIC1 0x12
37 #define RT711_DMIC2 0x13
38 #define RT711_MIC2 0x19
39 #define RT711_LINE1 0x1a
40 #define RT711_LINE2 0x1b
41 #define RT711_BEEP 0x1d
42 #define RT711_VENDOR_REG 0x20
43 #define RT711_HP_OUT 0x21
44 #define RT711_MIXER_IN1 0x22
45 #define RT711_MIXER_IN2 0x23
46 #define RT711_INLINE_CMD 0x55
47 #define RT711_VENDOR_CALI 0x58
48 #define RT711_VENDOR_IMS_DRE 0x5b
51 #define RT711_DAC_DC_CALI_CTL1 0x00
52 #define RT711_JD_CTL1 0x08
53 #define RT711_JD_CTL2 0x09
54 #define RT711_JD_CTL4 0x0b
55 #define RT711_CC_DET1 0x11
56 #define RT711_PARA_VERB_CTL 0x1a
57 #define RT711_COMBO_JACK_AUTO_CTL1 0x45
58 #define RT711_COMBO_JACK_AUTO_CTL2 0x46
59 #define RT711_INLINE_CMD_CTL 0x48
60 #define RT711_DIGITAL_MISC_CTRL4 0x4a
61 #define RT711_VREFOUT_CTL 0x6b
62 #define RT711_FSM_CTL 0x6f
63 #define RT711_IRQ_FLAG_TABLE1 0x80
64 #define RT711_IRQ_FLAG_TABLE2 0x81
65 #define RT711_IRQ_FLAG_TABLE3 0x82
66 #define RT711_TX_RX_MUX_CTL 0x91
69 #define RT711_IMS_DIGITAL_CTL1 0x00
70 #define RT711_HP_IMS_RESULT_L 0x20
71 #define RT711_HP_IMS_RESULT_R 0x21
74 #define RT711_VERB_SET_CONNECT_SEL 0x3100
75 #define RT711_VERB_SET_EAPD_BTLENABLE 0x3c00
76 #define RT711_VERB_GET_CONNECT_SEL 0xb100
77 #define RT711_VERB_SET_POWER_STATE 0x3500
78 #define RT711_VERB_SET_CHANNEL_STREAMID 0x3600
79 #define RT711_VERB_SET_PIN_WIDGET_CONTROL 0x3700
80 #define RT711_VERB_SET_UNSOLICITED_ENABLE 0x3800
81 #define RT711_SET_AMP_GAIN_MUTE_H 0x7300
82 #define RT711_SET_AMP_GAIN_MUTE_L 0x8380
83 #define RT711_VERB_GET_POWER_STATE 0xb500
84 #define RT711_VERB_GET_CHANNEL_STREAMID 0xb600
85 #define RT711_VERB_GET_PIN_SENSE 0xb900
86 #define RT711_FUNC_RESET 0xff01
88 #define RT711_READ_HDA_3 0x2012
89 #define RT711_READ_HDA_2 0x2013
90 #define RT711_READ_HDA_1 0x2014
91 #define RT711_READ_HDA_0 0x2015
92 #define RT711_PRIV_INDEX_W_H 0x7500
93 #define RT711_PRIV_INDEX_W_L 0x8580
94 #define RT711_PRIV_DATA_W_H 0x7400
95 #define RT711_PRIV_DATA_W_L 0x8480
96 #define RT711_PRIV_INDEX_R_H 0x9d00
97 #define RT711_PRIV_INDEX_R_L 0xad80
98 #define RT711_PRIV_DATA_R_H 0x9c00
99 #define RT711_PRIV_DATA_R_L 0xac80
100 #define RT711_DAC_FORMAT_H 0x7203
101 #define RT711_DAC_FORMAT_L 0x8283
102 #define RT711_ADC1_FORMAT_H 0x7209
103 #define RT711_ADC1_FORMAT_L 0x8289
104 #define RT711_ADC2_FORMAT_H 0x7208
105 #define RT711_ADC2_FORMAT_L 0x8288
170 /* DAC DC offset calibration control-1 (0x00)(NID:20h) */
171 #define RT711_DAC_DC_CALI_TRIGGER (0x1 << 15)
173 /* jack detect control 1 (0x08)(NID:20h) */
174 #define RT711_JD2_DIGITAL_JD_MODE_SEL (0x1 << 1)
175 #define RT711_JD2_1_JD_MODE (0x0 << 1)
176 #define RT711_JD2_2_JD_MODE (0x1 << 1)
178 /* jack detect control 2 (0x09)(NID:20h) */
179 #define RT711_JD2_2PORT_200K_DECODE_HP (0x1 << 13)
180 #define RT711_JD2_2PORT_100K_DECODE (0x1 << 12)
181 #define RT711_JD2_2PORT_100K_DECODE_HP (0x0 << 12)
182 #define RT711_HP_JD_SEL_JD1 (0x0 << 1)
183 #define RT711_HP_JD_SEL_JD2 (0x1 << 1)
184 #define RT711_JD2_1PORT_TYPE_DECODE (0x3 << 10)
185 #define RT711_JD2_1PORT_JD_LINE2 (0x0 << 10)
186 #define RT711_JD2_1PORT_JD_HP (0x1 << 10)
187 #define RT711_JD2_1PORT_JD_LINE1 (0x2 << 10)
188 #define RT711_JD1_2PORT_TYPE_100K_DECODE (0x1 << 0)
189 #define RT711_JD1_2PORT_JD_RESERVED (0x0 << 0)
190 #define RT711_JD1_2PORT_JD_LINE1 (0x1 << 0)
192 /* jack detect control 4 (0x0b)(NID:20h) */
193 #define RT711_JD2_PAD_PULL_UP_MASK (0x1 << 3)
194 #define RT711_JD2_PAD_NOT_PULL_UP (0x0 << 3)
195 #define RT711_JD2_PAD_PULL_UP (0x1 << 3)
196 #define RT711_JD2_MODE_SEL_MASK (0x3 << 0)
197 #define RT711_JD2_MODE0_2PORT (0x0 << 0)
198 #define RT711_JD2_MODE1_3P3V_1PORT (0x1 << 0)
199 #define RT711_JD2_MODE2_1P8V_1PORT (0x2 << 0)
201 /* CC DET1 (0x11)(NID:20h) */
202 #define RT711_HP_JD_FINAL_RESULT_CTL_JD12 (0x1 << 10)
203 #define RT711_HP_JD_FINAL_RESULT_CTL_CCDET (0x0 << 10)
205 /* Parameter & Verb control (0x1a)(NID:20h) */
206 #define RT711_HIDDEN_REG_SW_RESET (0x1 << 14)
208 /* combo jack auto switch control 2 (0x46)(NID:20h) */
209 #define RT711_COMBOJACK_AUTO_DET_STATUS (0x1 << 11)
210 #define RT711_COMBOJACK_AUTO_DET_TRS (0x1 << 10)
211 #define RT711_COMBOJACK_AUTO_DET_CTIA (0x1 << 9)
212 #define RT711_COMBOJACK_AUTO_DET_OMTP (0x1 << 8)
214 /* FSM control (0x6f)(NID:20h) */
215 #define RT711_CALI_CTL (0x0 << 0)
216 #define RT711_COMBOJACK_CTL (0x1 << 0)
217 #define RT711_IMS_CTL (0x2 << 0)
218 #define RT711_DEPOP_CTL (0x3 << 0)
220 /* Impedance Sense Digital Control 1 (0x00)(NID:5bh) */
221 #define RT711_TRIGGER_IMS (0x1 << 15)
222 #define RT711_IMS_EN (0x1 << 6)
224 #define RT711_EAPD_HIGH 0x2
225 #define RT711_EAPD_LOW 0x0