Searched refs:rst_gpio (Results 1 – 2 of 2) sorted by relevance
22 static struct gpio_info *rst_gpio; variable30 return rst_gpio; in plat_get_rockchip_gpio_reset()63 rst_gpio = ¶m_reset; in params_early_setup()
1496 struct gpio_info *rst_gpio; in rockchip_soc_soft_reset() local1498 rst_gpio = plat_get_rockchip_gpio_reset(); in rockchip_soc_soft_reset()1500 if (rst_gpio) { in rockchip_soc_soft_reset()1501 gpio_set_direction(rst_gpio->index, GPIO_DIR_OUT); in rockchip_soc_soft_reset()1502 gpio_set_value(rst_gpio->index, rst_gpio->polarity); in rockchip_soc_soft_reset()