Searched refs:rstc2 (Results 1 – 1 of 1) sorted by relevance
546 struct reset_control *rstc2; member1917 gpriv->rstc2 = devm_reset_control_get_optional_exclusive(dev, "rstc_n"); in rcar_canfd_probe()1918 if (IS_ERR(gpriv->rstc2)) in rcar_canfd_probe()1919 return dev_err_probe(dev, PTR_ERR(gpriv->rstc2), in rcar_canfd_probe()1994 err = reset_control_reset(gpriv->rstc2); in rcar_canfd_probe()2066 reset_control_assert(gpriv->rstc2); in rcar_canfd_probe()2088 reset_control_assert(gpriv->rstc2); in rcar_canfd_remove()