Home
last modified time | relevance | path

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

/Linux-v4.19/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,
268 gpio_set_value(OTG_PHY_CS_GPIO, 0); in otg_phy_init()
393 gpio_request(OTG_PHY_CS_GPIO, "usb-otg-cs"); in pca100_late_init()
394 gpio_direction_output(OTG_PHY_CS_GPIO, 1); in pca100_late_init()
405 gpio_set_value(OTG_PHY_CS_GPIO, 0); in pca100_late_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,