Searched refs:rstc2 (Results 1 – 1 of 1) sorted by relevance
523 struct reset_control *rstc2; member1822 gpriv->rstc2 = devm_reset_control_get_exclusive(&pdev->dev, "rstc_n"); in rcar_canfd_probe()1823 if (IS_ERR(gpriv->rstc2)) in rcar_canfd_probe()1824 return dev_err_probe(&pdev->dev, PTR_ERR(gpriv->rstc2), in rcar_canfd_probe()1910 err = reset_control_reset(gpriv->rstc2); in rcar_canfd_probe()1980 reset_control_assert(gpriv->rstc2); in rcar_canfd_probe()2002 reset_control_assert(gpriv->rstc2); in rcar_canfd_remove()