Searched refs:ETHERNET_PHY_RESET (Results 1 – 7 of 7) sorted by relevance
/u-boot/board/renesas/stout/ |
A D | stout.c | 85 #define ETHERNET_PHY_RESET 123 /* GPIO 3 31 */ macro 95 gpio_request(ETHERNET_PHY_RESET, "phy_reset"); in board_init() 96 gpio_direction_output(ETHERNET_PHY_RESET, 0); in board_init() 98 gpio_direction_output(ETHERNET_PHY_RESET, 1); in board_init()
|
/u-boot/board/renesas/alt/ |
A D | alt.c | 68 #define ETHERNET_PHY_RESET 56 /* GPIO 1 24 */ macro 76 gpio_request(ETHERNET_PHY_RESET, "phy_reset"); in board_init() 77 gpio_direction_output(ETHERNET_PHY_RESET, 0); in board_init() 79 gpio_direction_output(ETHERNET_PHY_RESET, 1); in board_init()
|
/u-boot/board/renesas/silk/ |
A D | silk.c | 69 #define ETHERNET_PHY_RESET 56 /* GPIO 1 24 */ macro 77 gpio_request(ETHERNET_PHY_RESET, "phy_reset"); in board_init() 78 gpio_direction_output(ETHERNET_PHY_RESET, 0); in board_init() 80 gpio_direction_output(ETHERNET_PHY_RESET, 1); in board_init()
|
/u-boot/board/renesas/gose/ |
A D | gose.c | 75 #define ETHERNET_PHY_RESET 176 /* GPIO 5 22 */ macro 83 gpio_request(ETHERNET_PHY_RESET, "phy_reset"); in board_init() 84 gpio_direction_output(ETHERNET_PHY_RESET, 0); in board_init() 86 gpio_direction_output(ETHERNET_PHY_RESET, 1); in board_init()
|
/u-boot/board/renesas/koelsch/ |
A D | koelsch.c | 77 #define ETHERNET_PHY_RESET 176 /* GPIO 5 22 */ macro 85 gpio_request(ETHERNET_PHY_RESET, "phy_reset"); in board_init() 86 gpio_direction_output(ETHERNET_PHY_RESET, 0); in board_init() 88 gpio_direction_output(ETHERNET_PHY_RESET, 1); in board_init()
|
/u-boot/board/renesas/porter/ |
A D | porter.c | 75 #define ETHERNET_PHY_RESET 176 /* GPIO 5 22 */ macro 83 gpio_request(ETHERNET_PHY_RESET, "phy_reset"); in board_init() 84 gpio_direction_output(ETHERNET_PHY_RESET, 0); in board_init() 86 gpio_direction_output(ETHERNET_PHY_RESET, 1); in board_init()
|
/u-boot/board/renesas/lager/ |
A D | lager.c | 86 #define ETHERNET_PHY_RESET 185 /* GPIO 5 31 */ macro 94 gpio_request(ETHERNET_PHY_RESET, "phy_reset"); in board_init() 95 gpio_direction_output(ETHERNET_PHY_RESET, 0); in board_init() 97 gpio_direction_output(ETHERNET_PHY_RESET, 1); in board_init()
|
Completed in 10 milliseconds