Searched refs:OTG_PHY_CS_GPIO (Results 1 – 2 of 2) sorted by relevance
31 #define OTG_PHY_CS_GPIO (GPIO_PORTB + 23) macro87 OTG_PHY_CS_GPIO | GPIO_GPIO | GPIO_OUT,255 gpio_set_value(OTG_PHY_CS_GPIO, 0); in otg_phy_init()380 gpio_request(OTG_PHY_CS_GPIO, "usb-otg-cs"); in pca100_late_init()381 gpio_direction_output(OTG_PHY_CS_GPIO, 1); in pca100_late_init()392 gpio_set_value(OTG_PHY_CS_GPIO, 0); in pca100_late_init()
38 #define OTG_PHY_CS_GPIO (GPIO_PORTF + 17) macro101 OTG_PHY_CS_GPIO | GPIO_GPIO | GPIO_OUT,167 .gpio = OTG_PHY_CS_GPIO,