Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-imx/
Dmach-pca100.c45 #define USBH2_PHY_CS_GPIO (GPIO_PORTB + 24) macro
114 USBH2_PHY_CS_GPIO | GPIO_GPIO | GPIO_OUT,
283 gpio_set_value(USBH2_PHY_CS_GPIO, 0); in usbh2_phy_init()
387 gpio_request(USBH2_PHY_CS_GPIO, "usb-host2-cs"); in pca100_init()
388 gpio_direction_output(USBH2_PHY_CS_GPIO, 1); in pca100_init()