Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-cadence-quadspi.c1788 struct reset_control *rstc, *rstc_ocp, *rstc_ref; in cqspi_probe() local
1885 rstc_ref = devm_reset_control_get_optional_exclusive(dev, "rstc_ref"); in cqspi_probe()
1886 if (IS_ERR(rstc_ref)) { in cqspi_probe()
1887 ret = PTR_ERR(rstc_ref); in cqspi_probe()
1891 reset_control_assert(rstc_ref); in cqspi_probe()
1892 reset_control_deassert(rstc_ref); in cqspi_probe()