Home
last modified time | relevance | path

Searched refs:rst_gpio (Results 1 – 6 of 6) sorted by relevance

/u-boot/board/ti/evm/
A Devm.c225 int rst_gpio; in reset_net_chip() local
228 rst_gpio = OMAP3EVM_GPIO_ETH_RST_GEN1; in reset_net_chip()
230 rst_gpio = OMAP3EVM_GPIO_ETH_RST_GEN2; in reset_net_chip()
233 ret = gpio_request(rst_gpio, ""); in reset_net_chip()
235 printf("Unable to get GPIO %d\n", rst_gpio); in reset_net_chip()
240 gpio_direction_output(rst_gpio, 0); in reset_net_chip()
243 gpio_set_value(rst_gpio, 1); in reset_net_chip()
245 gpio_set_value(rst_gpio, 0); in reset_net_chip()
247 gpio_set_value(rst_gpio, 1); in reset_net_chip()
/u-boot/board/compulab/common/
A Domap3_smc911x.c76 int (*reset)(int), int rst_gpio) in cl_omap3_smc911x_init() argument
83 reset(rst_gpio); in cl_omap3_smc911x_init()
85 cl_omap3_smc911x_reset_net_chip(rst_gpio); in cl_omap3_smc911x_init()
A Dcommon.h28 int (*reset)(int), int rst_gpio);
31 int (*reset)(int), int rst_gpio) in cl_omap3_smc911x_init() argument
/u-boot/drivers/net/
A Dpic32_eth.c41 struct gpio_desc rst_gpio; member
48 if (!dm_gpio_is_valid(&priv->rst_gpio)) in board_netphy_reset()
52 dm_gpio_set_value(&priv->rst_gpio, 0); in board_netphy_reset()
54 dm_gpio_set_value(&priv->rst_gpio, 1); in board_netphy_reset()
571 &priv->rst_gpio, GPIOD_IS_OUT); in pic32_eth_probe()
588 dm_gpio_free(dev, &priv->rst_gpio); in pic32_eth_remove()
A Dmtk_eth.c187 struct gpio_desc rst_gpio; member
964 } else if (dm_gpio_is_valid(&priv->rst_gpio)) { in mt753x_switch_init()
965 dm_gpio_set_value(&priv->rst_gpio, 0); in mt753x_switch_init()
967 dm_gpio_set_value(&priv->rst_gpio, 1); in mt753x_switch_init()
1521 &priv->rst_gpio, GPIOD_IS_OUT); in mtk_eth_of_to_plat()
/u-boot/drivers/pci/
A Dpcie_dw_rockchip.c55 struct gpio_desc rst_gpio; member
625 if (dm_gpio_is_valid(&priv->rst_gpio)) { in rk_pcie_link_up()
626 dm_gpio_set_value(&priv->rst_gpio, 0); in rk_pcie_link_up()
633 dm_gpio_set_value(&priv->rst_gpio, 1); in rk_pcie_link_up()
749 &priv->rst_gpio, GPIOD_IS_OUT); in rockchip_pcie_parse_dt()

Completed in 12 milliseconds