Searched refs:rstc2 (Results 1 – 1 of 1) sorted by relevance
552 struct reset_control *rstc2; member1923 gpriv->rstc2 = devm_reset_control_get_optional_exclusive(dev, "rstc_n"); in rcar_canfd_probe()1924 if (IS_ERR(gpriv->rstc2)) in rcar_canfd_probe()1925 return dev_err_probe(dev, PTR_ERR(gpriv->rstc2), in rcar_canfd_probe()2004 err = reset_control_reset(gpriv->rstc2); in rcar_canfd_probe()2075 reset_control_assert(gpriv->rstc2); in rcar_canfd_probe()2097 reset_control_assert(gpriv->rstc2); in rcar_canfd_remove()