Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/compulab/cm_fx6/
H A Dcommon.h18 #define CM_FX6_ENET_NRST IMX_GPIO_NR(2, 8) macro
19 #define CM_FX6_ENET_NRST IMX_GPIO_NR(2, 8) macro
22 #define CM_FX6_ENET_NRST IMX_GPIO_NR(2, 8) macro
H A Dcm_fx6.c507 err = gpio_request(CM_FX6_ENET_NRST, "enet_nrst"); in board_eth_init()
510 gpio_direction_output(CM_FX6_ENET_NRST, 0); in board_eth_init()
512 gpio_set_value(CM_FX6_ENET_NRST, 1); in board_eth_init()