Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-imx/
Dmx31moboard-smartbot.c154 #define POWER_EN IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1) macro
161 if (!gpio_request(POWER_EN, "power-enable")) { in smartbot_resets_init()
162 gpio_direction_output(POWER_EN, 0); in smartbot_resets_init()
163 gpio_export(POWER_EN, false); in smartbot_resets_init()