Home
last modified time | relevance | path

Searched refs:TRSLAT_RST_B (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/arm/mach-imx/
Dmx31moboard-smartbot.c156 #define TRSLAT_RST_B IOMUX_TO_GPIO(MX31_PIN_RI_DCE1) macro
171 if (!gpio_request(TRSLAT_RST_B, "translator-rst")) { in smartbot_resets_init()
172 gpio_direction_output(TRSLAT_RST_B, 0); in smartbot_resets_init()
173 gpio_export(TRSLAT_RST_B, false); in smartbot_resets_init()
Dmx31moboard-marxbot.c121 #define TRSLAT_RST_B IOMUX_TO_GPIO(MX31_PIN_STXD5) macro
126 if (!gpio_request(TRSLAT_RST_B, "translator-rst")) { in dspics_resets_init()
127 gpio_direction_output(TRSLAT_RST_B, 0); in dspics_resets_init()
128 gpio_export(TRSLAT_RST_B, false); in dspics_resets_init()