Home
last modified time | relevance | path

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

/external/u-boot/board/compulab/cm_fx6/
Dcommon.h17 #define CM_FX6_ENET_NRST IMX_GPIO_NR(2, 8) macro
18 #define CM_FX6_ENET_NRST IMX_GPIO_NR(2, 8) macro
21 #define CM_FX6_ENET_NRST IMX_GPIO_NR(2, 8) macro
Dcm_fx6.c465 err = gpio_request(CM_FX6_ENET_NRST, "enet_nrst"); in board_eth_init()
468 gpio_direction_output(CM_FX6_ENET_NRST, 0); in board_eth_init()
470 gpio_set_value(CM_FX6_ENET_NRST, 1); in board_eth_init()