Searched refs:SEL3 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/arm/mach-imx/ |
D | mx31moboard-devboard.c | 113 #define SEL3 IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1) macro 132 if (!gpio_request(SEL3, "sel3")) { in devboard_init_sel_gpios() 133 gpio_direction_input(SEL3); in devboard_init_sel_gpios() 134 gpio_export(SEL3, true); in devboard_init_sel_gpios()
|
D | mx31moboard-marxbot.c | 137 #define SEL3 IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1) macro 156 if (!gpio_request(SEL3, "sel3")) { in marxbot_init_sel_gpios() 157 gpio_direction_input(SEL3); in marxbot_init_sel_gpios() 158 gpio_export(SEL3, true); in marxbot_init_sel_gpios()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | mipsregs.h | 1268 #define _ASM_MACRO_2R_1S(OP, R1, R2, SEL3, ENC) \ argument 1269 __asm__(".macro " #OP " " #R1 ", " #R2 ", " #SEL3 " = 0\n\t" \
|