Searched refs:rstc2 (Results 1 – 1 of 1) sorted by relevance
477 struct reset_control *rstc2; member2010 err = reset_control_reset(gpriv->rstc2); in rcar_canfd_global_init()2076 reset_control_assert(gpriv->rstc2); in rcar_canfd_global_init()2095 reset_control_assert(gpriv->rstc2); in rcar_canfd_global_deinit()2177 gpriv->rstc2 = devm_reset_control_get_optional_exclusive(dev, "rstc_n"); in rcar_canfd_probe()2178 if (IS_ERR(gpriv->rstc2)) in rcar_canfd_probe()2179 return dev_err_probe(dev, PTR_ERR(gpriv->rstc2), in rcar_canfd_probe()