Searched refs:SEL3 (Results 1 – 3 of 3) sorted by relevance
/arch/arm/mach-imx/ |
D | mx31moboard-devboard.c | 104 #define SEL3 IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1) macro 123 if (!gpio_request(SEL3, "sel3")) { in devboard_init_sel_gpios() 124 gpio_direction_input(SEL3); in devboard_init_sel_gpios() 125 gpio_export(SEL3, true); in devboard_init_sel_gpios()
|
D | mx31moboard-marxbot.c | 128 #define SEL3 IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1) macro 147 if (!gpio_request(SEL3, "sel3")) { in marxbot_init_sel_gpios() 148 gpio_direction_input(SEL3); in marxbot_init_sel_gpios() 149 gpio_export(SEL3, true); in marxbot_init_sel_gpios()
|
/arch/mips/include/asm/ |
D | mipsregs.h | 1279 #define _ASM_MACRO_2R_1S(OP, R1, R2, SEL3, ENC) \ argument 1280 __asm__(".macro " #OP " " #R1 ", " #R2 ", " #SEL3 " = 0\n\t" \
|