Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-imx/
Dmach-mx27_3ds.c48 #define OTG_PHY_RESET_GPIO IMX_GPIO_NR(2, 23) macro
90 OTG_PHY_RESET_GPIO | GPIO_GPIO | GPIO_OUT,
203 gpio_request(OTG_PHY_RESET_GPIO, "usb-otg-reset"); in otg_phy_init()
204 gpio_direction_output(OTG_PHY_RESET_GPIO, 0); in otg_phy_init()
206 gpio_set_value(OTG_PHY_RESET_GPIO, 1); in otg_phy_init()