Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-imx/
Dmach-pca100.c44 #define OTG_PHY_CS_GPIO (GPIO_PORTB + 23) macro
100 OTG_PHY_CS_GPIO | GPIO_GPIO | GPIO_OUT,
269 gpio_set_value(OTG_PHY_CS_GPIO, 0); in otg_phy_init()
385 gpio_request(OTG_PHY_CS_GPIO, "usb-otg-cs"); in pca100_init()
386 gpio_direction_output(OTG_PHY_CS_GPIO, 1); in pca100_init()
397 gpio_set_value(OTG_PHY_CS_GPIO, 0); in pca100_init()
Dmach-imx27_visstrim_m10.c52 #define OTG_PHY_CS_GPIO (GPIO_PORTF + 17) macro
115 OTG_PHY_CS_GPIO | GPIO_GPIO | GPIO_OUT,
181 .gpio = OTG_PHY_CS_GPIO,