Home
last modified time | relevance | path

Searched refs:rstc1 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/can/rcar/
H A Drcar_canfd.c551 struct reset_control *rstc1; member
1918 gpriv->rstc1 = devm_reset_control_get_optional_exclusive(dev, "rstp_n"); in rcar_canfd_probe()
1919 if (IS_ERR(gpriv->rstc1)) in rcar_canfd_probe()
1920 return dev_err_probe(dev, PTR_ERR(gpriv->rstc1), in rcar_canfd_probe()
2001 err = reset_control_reset(gpriv->rstc1); in rcar_canfd_probe()
2006 reset_control_assert(gpriv->rstc1); in rcar_canfd_probe()
2074 reset_control_assert(gpriv->rstc1); in rcar_canfd_probe()
2096 reset_control_assert(gpriv->rstc1); in rcar_canfd_remove()