Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/devicetree/bindings/spi/
H A Dcdns,qspi-nor.yaml37 enum: [ qspi, qspi-ocp, rstc_ref ]
141 enum: [ qspi, qspi-ocp, rstc_ref ]
/openbmc/linux/drivers/spi/
H A Dspi-cadence-quadspi.c1691 struct reset_control *rstc, *rstc_ocp, *rstc_ref; in cqspi_probe() local
1783 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()
/openbmc/linux/arch/riscv/boot/dts/starfive/
H A Djh7110.dtsi763 reset-names = "qspi", "qspi-ocp", "rstc_ref";