Lines Matching +full:0 +full:x0010

14 #define WM8904_GPIO_NO_CONFIG 0x8000
17 * R6 (0x06) - Mic Bias Control 0
19 #define WM8904_MICDET_THR_MASK 0x0070 /* MICDET_THR - [6:4] */
22 #define WM8904_MICSHORT_THR_MASK 0x000C /* MICSHORT_THR - [3:2] */
25 #define WM8904_MICDET_ENA 0x0002 /* MICDET_ENA */
26 #define WM8904_MICDET_ENA_MASK 0x0002 /* MICDET_ENA */
29 #define WM8904_MICBIAS_ENA 0x0001 /* MICBIAS_ENA */
30 #define WM8904_MICBIAS_ENA_MASK 0x0001 /* MICBIAS_ENA */
31 #define WM8904_MICBIAS_ENA_SHIFT 0 /* MICBIAS_ENA */
35 * R7 (0x07) - Mic Bias Control 1
37 #define WM8904_MIC_DET_FILTER_ENA 0x8000 /* MIC_DET_FILTER_ENA */
38 #define WM8904_MIC_DET_FILTER_ENA_MASK 0x8000 /* MIC_DET_FILTER_ENA */
41 #define WM8904_MIC_SHORT_FILTER_ENA 0x4000 /* MIC_SHORT_FILTER_ENA */
42 #define WM8904_MIC_SHORT_FILTER_ENA_MASK 0x4000 /* MIC_SHORT_FILTER_ENA */
45 #define WM8904_MICBIAS_SEL_MASK 0x0007 /* MICBIAS_SEL - [2:0] */
46 #define WM8904_MICBIAS_SEL_SHIFT 0 /* MICBIAS_SEL - [2:0] */
47 #define WM8904_MICBIAS_SEL_WIDTH 3 /* MICBIAS_SEL - [2:0] */
51 * R121 (0x79) - GPIO Control 1
53 #define WM8904_GPIO1_PU 0x0020 /* GPIO1_PU */
54 #define WM8904_GPIO1_PU_MASK 0x0020 /* GPIO1_PU */
57 #define WM8904_GPIO1_PD 0x0010 /* GPIO1_PD */
58 #define WM8904_GPIO1_PD_MASK 0x0010 /* GPIO1_PD */
61 #define WM8904_GPIO1_SEL_MASK 0x000F /* GPIO1_SEL - [3:0] */
62 #define WM8904_GPIO1_SEL_SHIFT 0 /* GPIO1_SEL - [3:0] */
63 #define WM8904_GPIO1_SEL_WIDTH 4 /* GPIO1_SEL - [3:0] */
66 * R122 (0x7A) - GPIO Control 2
68 #define WM8904_GPIO2_PU 0x0020 /* GPIO2_PU */
69 #define WM8904_GPIO2_PU_MASK 0x0020 /* GPIO2_PU */
72 #define WM8904_GPIO2_PD 0x0010 /* GPIO2_PD */
73 #define WM8904_GPIO2_PD_MASK 0x0010 /* GPIO2_PD */
76 #define WM8904_GPIO2_SEL_MASK 0x000F /* GPIO2_SEL - [3:0] */
77 #define WM8904_GPIO2_SEL_SHIFT 0 /* GPIO2_SEL - [3:0] */
78 #define WM8904_GPIO2_SEL_WIDTH 4 /* GPIO2_SEL - [3:0] */
81 * R123 (0x7B) - GPIO Control 3
83 #define WM8904_GPIO3_PU 0x0020 /* GPIO3_PU */
84 #define WM8904_GPIO3_PU_MASK 0x0020 /* GPIO3_PU */
87 #define WM8904_GPIO3_PD 0x0010 /* GPIO3_PD */
88 #define WM8904_GPIO3_PD_MASK 0x0010 /* GPIO3_PD */
91 #define WM8904_GPIO3_SEL_MASK 0x000F /* GPIO3_SEL - [3:0] */
92 #define WM8904_GPIO3_SEL_SHIFT 0 /* GPIO3_SEL - [3:0] */
93 #define WM8904_GPIO3_SEL_WIDTH 4 /* GPIO3_SEL - [3:0] */
96 * R124 (0x7C) - GPIO Control 4
98 #define WM8904_GPI7_ENA 0x0200 /* GPI7_ENA */
99 #define WM8904_GPI7_ENA_MASK 0x0200 /* GPI7_ENA */
102 #define WM8904_GPI8_ENA 0x0100 /* GPI8_ENA */
103 #define WM8904_GPI8_ENA_MASK 0x0100 /* GPI8_ENA */
106 #define WM8904_GPIO_BCLK_MODE_ENA 0x0080 /* GPIO_BCLK_MODE_ENA */
107 #define WM8904_GPIO_BCLK_MODE_ENA_MASK 0x0080 /* GPIO_BCLK_MODE_ENA */
110 #define WM8904_GPIO_BCLK_SEL_MASK 0x000F /* GPIO_BCLK_SEL - [3:0] */
111 #define WM8904_GPIO_BCLK_SEL_SHIFT 0 /* GPIO_BCLK_SEL - [3:0] */
112 #define WM8904_GPIO_BCLK_SEL_WIDTH 4 /* GPIO_BCLK_SEL - [3:0] */