Searched refs:ETHERNET_PHY_RESET (Results 1 – 7 of 7) sorted by relevance
| /u-boot/board/renesas/stout/ |
| A D | stout.c | 86 #define ETHERNET_PHY_RESET 123 /* GPIO 3 31 */ macro 96 gpio_request(ETHERNET_PHY_RESET, "phy_reset"); in board_init() 97 gpio_direction_output(ETHERNET_PHY_RESET, 0); in board_init() 99 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/koelsch/ |
| A D | koelsch.c | 78 #define ETHERNET_PHY_RESET 176 /* GPIO 5 22 */ macro 86 gpio_request(ETHERNET_PHY_RESET, "phy_reset"); in board_init() 87 gpio_direction_output(ETHERNET_PHY_RESET, 0); in board_init() 89 gpio_direction_output(ETHERNET_PHY_RESET, 1); in board_init()
|
| /u-boot/board/renesas/gose/ |
| A D | gose.c | 76 #define ETHERNET_PHY_RESET 176 /* GPIO 5 22 */ macro 84 gpio_request(ETHERNET_PHY_RESET, "phy_reset"); in board_init() 85 gpio_direction_output(ETHERNET_PHY_RESET, 0); in board_init() 87 gpio_direction_output(ETHERNET_PHY_RESET, 1); in board_init()
|
| /u-boot/board/renesas/porter/ |
| A D | porter.c | 76 #define ETHERNET_PHY_RESET 176 /* GPIO 5 22 */ macro 84 gpio_request(ETHERNET_PHY_RESET, "phy_reset"); in board_init() 85 gpio_direction_output(ETHERNET_PHY_RESET, 0); in board_init() 87 gpio_direction_output(ETHERNET_PHY_RESET, 1); in board_init()
|
| /u-boot/board/renesas/lager/ |
| A D | lager.c | 87 #define ETHERNET_PHY_RESET 185 /* GPIO 5 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()
|
Completed in 15 milliseconds