Home
last modified time | relevance | path

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

/openbmc/u-boot/board/compulab/cm_t335/
H A Dcm_t335.c74 #define GPIO_PHY_RST GPIO_PIN(3, 7) macro
78 gpio_request(GPIO_PHY_RST, "phy_rst"); in board_phy_init()
79 gpio_direction_output(GPIO_PHY_RST, 0); in board_phy_init()
81 gpio_set_value(GPIO_PHY_RST, 1); in board_phy_init()