Lines Matching full:general
127 #define UDAV_GPCR 0x1e /* General purpose control register */
128 #define UDAV_GPCR_GEP_CNTL6 (1<<6) /* General purpose control 6 */
129 #define UDAV_GPCR_GEP_CNTL5 (1<<5) /* General purpose control 5 */
130 #define UDAV_GPCR_GEP_CNTL4 (1<<4) /* General purpose control 4 */
131 #define UDAV_GPCR_GEP_CNTL3 (1<<3) /* General purpose control 3 */
132 #define UDAV_GPCR_GEP_CNTL2 (1<<2) /* General purpose control 2 */
133 #define UDAV_GPCR_GEP_CNTL1 (1<<1) /* General purpose control 1 */
134 #define UDAV_GPCR_GEP_CNTL0 (1<<0) /* General purpose control 0 */
136 #define UDAV_GPR 0x1f /* General purpose register */
137 #define UDAV_GPR_GEPIO6 (1<<6) /* General purpose 6 */
138 #define UDAV_GPR_GEPIO5 (1<<5) /* General purpose 5 */
139 #define UDAV_GPR_GEPIO4 (1<<4) /* General purpose 4 */
140 #define UDAV_GPR_GEPIO3 (1<<3) /* General purpose 3 */
141 #define UDAV_GPR_GEPIO2 (1<<2) /* General purpose 2 */
142 #define UDAV_GPR_GEPIO1 (1<<1) /* General purpose 1 */
143 #define UDAV_GPR_GEPIO0 (1<<0) /* General purpose 0 */