Searched refs:OTG_PHY_CS_GPIO (Results 1 – 2 of 2) sorted by relevance
44 #define OTG_PHY_CS_GPIO (GPIO_PORTB + 23) macro100 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()
52 #define OTG_PHY_CS_GPIO (GPIO_PORTF + 17) macro115 OTG_PHY_CS_GPIO | GPIO_GPIO | GPIO_OUT,181 .gpio = OTG_PHY_CS_GPIO,