Searched refs:SEL2 (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/arm/mach-imx/
H A Dmx31moboard-devboard.c111 #define SEL2 IOMUX_TO_GPIO(MX31_PIN_RI_DCE1) macro
126 if (!gpio_request(SEL2, "sel2")) { devboard_init_sel_gpios()
127 gpio_direction_input(SEL2); devboard_init_sel_gpios()
128 gpio_export(SEL2, true); devboard_init_sel_gpios()
H A Dmx31moboard-marxbot.c224 #define SEL2 IOMUX_TO_GPIO(MX31_PIN_RI_DCE1) macro
239 if (!gpio_request(SEL2, "sel2")) { marxbot_init_sel_gpios()
240 gpio_direction_input(SEL2); marxbot_init_sel_gpios()
241 gpio_export(SEL2, true); marxbot_init_sel_gpios()
/linux-4.4.14/arch/mips/include/asm/txx9/
H A Dtx4927.h160 #define TX4927_PCFG_DMASEL2_DRQ2 0x00000000 /* SEL2=0 */
161 #define TX4927_PCFG_DMASEL2_SIO0 0x00000010 /* SEL2=0 */
162 #define TX4927_PCFG_DMASEL2_ACL1 0x00000000 /* SEL2=1 */
163 #define TX4927_PCFG_DMASEL2_ACL2 0x00000020 /* SEL2=1 */
164 #define TX4927_PCFG_DMASEL2_ACL0 0x00000030 /* SEL2=1 */

Completed in 110 milliseconds