Home
last modified time | relevance | path

Searched refs:ETHERNET_PHY_RESET (Results 1 – 7 of 7) sorted by relevance

/u-boot/board/renesas/stout/
A Dstout.c85 #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 Dalt.c68 #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 Dsilk.c69 #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 Dgose.c75 #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 Dkoelsch.c77 #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 Dporter.c75 #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 Dlager.c86 #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