Searched refs:rstc_ref (Results 1 – 2 of 2) sorted by relevance
1691 struct reset_control *rstc, *rstc_ocp, *rstc_ref; in cqspi_probe() local1783 rstc_ref = devm_reset_control_get_optional_exclusive(dev, "rstc_ref"); in cqspi_probe()1784 if (IS_ERR(rstc_ref)) { in cqspi_probe()1785 ret = PTR_ERR(rstc_ref); in cqspi_probe()1789 reset_control_assert(rstc_ref); in cqspi_probe()1790 reset_control_deassert(rstc_ref); in cqspi_probe()
763 reset-names = "qspi", "qspi-ocp", "rstc_ref";