Searched refs:rstc_ref (Results 1 – 2 of 2) sorted by relevance
1773 struct reset_control *rstc, *rstc_ocp, *rstc_ref; in cqspi_probe() local1865 rstc_ref = devm_reset_control_get_optional_exclusive(dev, "rstc_ref"); in cqspi_probe()1866 if (IS_ERR(rstc_ref)) { in cqspi_probe()1867 ret = PTR_ERR(rstc_ref); in cqspi_probe()1871 reset_control_assert(rstc_ref); in cqspi_probe()1872 reset_control_deassert(rstc_ref); in cqspi_probe()
871 reset-names = "qspi", "qspi-ocp", "rstc_ref";