Home
last modified time | relevance | path

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

/external/u-boot/board/tqc/tqma6/
Dtqma6_wru4.c167 #define ENET_PHY_RESET_GPIO IMX_GPIO_NR(1, 8) macro
176 ret = gpio_request(ENET_PHY_RESET_GPIO, "phy-reset"); in setup_iomuxc_enet()
178 gpio_direction_output(ENET_PHY_RESET_GPIO , 0); in setup_iomuxc_enet()
180 gpio_set_value(ENET_PHY_RESET_GPIO, 1); in setup_iomuxc_enet()
Dtqma6_mba6.c84 #define ENET_PHY_RESET_GPIO IMX_GPIO_NR(1, 25) macro
128 gpio_direction_output(ENET_PHY_RESET_GPIO , 0); in mba6_setup_iomuxc_enet()
131 gpio_set_value(ENET_PHY_RESET_GPIO, 1); in mba6_setup_iomuxc_enet()
/external/u-boot/board/ccv/xpress/
Dxpress.c246 #define ENET_PHY_RESET_GPIO IMX_GPIO_NR(4, 17) macro
255 ret = gpio_request(ENET_PHY_RESET_GPIO, "phy-reset"); in board_eth_init()
257 gpio_direction_output(ENET_PHY_RESET_GPIO , 0); in board_eth_init()
259 gpio_set_value(ENET_PHY_RESET_GPIO, 1); in board_eth_init()
/external/u-boot/board/phytec/pcm058/
Dpcm058.c63 #define ENET_PHY_RESET_GPIO IMX_GPIO_NR(1, 14) macro
273 gpio_direction_output(ENET_PHY_RESET_GPIO, 0); in setup_iomux_enet()
275 gpio_set_value(ENET_PHY_RESET_GPIO, 1); in setup_iomux_enet()
/external/u-boot/board/phytec/pfla02/
Dpfla02.c57 #define ENET_PHY_RESET_GPIO IMX_GPIO_NR(1, 14) macro
250 gpio_direction_output(ENET_PHY_RESET_GPIO, 0); in setup_iomux_enet()
252 gpio_set_value(ENET_PHY_RESET_GPIO, 1); in setup_iomux_enet()