Home
last modified time | relevance | path

Searched refs:SEL3 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/arm/mach-imx/
Dmx31moboard-devboard.c113 #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()
Dmx31moboard-marxbot.c137 #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/
Dmipsregs.h1268 #define _ASM_MACRO_2R_1S(OP, R1, R2, SEL3, ENC) \ argument
1269 __asm__(".macro " #OP " " #R1 ", " #R2 ", " #SEL3 " = 0\n\t" \