Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-imx/
Dmach-mx27_3ds.c49 #define OTG_PHY_RESET_GPIO IMX_GPIO_NR(2, 23) macro
93 OTG_PHY_RESET_GPIO | GPIO_GPIO | GPIO_OUT,
226 gpio_request(OTG_PHY_RESET_GPIO, "usb-otg-reset"); in otg_phy_init()
227 gpio_direction_output(OTG_PHY_RESET_GPIO, 0); in otg_phy_init()
229 gpio_set_value(OTG_PHY_RESET_GPIO, 1); in otg_phy_init()