Home
last modified time | relevance | path

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

/arch/arm/mach-imx/
Dmach-mx27_3ds.c39 #define OTG_PHY_RESET_GPIO IMX_GPIO_NR(2, 23) macro
81 OTG_PHY_RESET_GPIO | GPIO_GPIO | GPIO_OUT,
194 gpio_request(OTG_PHY_RESET_GPIO, "usb-otg-reset"); in otg_phy_init()
195 gpio_direction_output(OTG_PHY_RESET_GPIO, 0); in otg_phy_init()
197 gpio_set_value(OTG_PHY_RESET_GPIO, 1); in otg_phy_init()