Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/tqc/tqma6/
H A Dtqma6_wru4.c168 #define ENET_PHY_RESET_GPIO IMX_GPIO_NR(1, 8) macro
177 ret = gpio_request(ENET_PHY_RESET_GPIO, "phy-reset"); in setup_iomuxc_enet()
179 gpio_direction_output(ENET_PHY_RESET_GPIO , 0); in setup_iomuxc_enet()
181 gpio_set_value(ENET_PHY_RESET_GPIO, 1); in setup_iomuxc_enet()
H A Dtqma6_mba6.c87 #define ENET_PHY_RESET_GPIO IMX_GPIO_NR(1, 25) macro
131 gpio_direction_output(ENET_PHY_RESET_GPIO , 0); in mba6_setup_iomuxc_enet()
134 gpio_set_value(ENET_PHY_RESET_GPIO, 1); in mba6_setup_iomuxc_enet()
/OK3568_Linux_fs/u-boot/board/ccv/xpress/
H A Dxpress.c241 #define ENET_PHY_RESET_GPIO IMX_GPIO_NR(4, 17) macro
250 ret = gpio_request(ENET_PHY_RESET_GPIO, "phy-reset"); in board_eth_init()
252 gpio_direction_output(ENET_PHY_RESET_GPIO , 0); in board_eth_init()
254 gpio_set_value(ENET_PHY_RESET_GPIO, 1); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/phytec/pcm058/
H A Dpcm058.c64 #define ENET_PHY_RESET_GPIO IMX_GPIO_NR(1, 14) macro
274 gpio_direction_output(ENET_PHY_RESET_GPIO, 0); in setup_iomux_enet()
276 gpio_set_value(ENET_PHY_RESET_GPIO, 1); in setup_iomux_enet()
/OK3568_Linux_fs/u-boot/board/phytec/pfla02/
H A Dpfla02.c58 #define ENET_PHY_RESET_GPIO IMX_GPIO_NR(1, 14) macro
251 gpio_direction_output(ENET_PHY_RESET_GPIO, 0); in setup_iomux_enet()
253 gpio_set_value(ENET_PHY_RESET_GPIO, 1); in setup_iomux_enet()