Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/reset/
H A Dst,sti-softreset.txt6 "softreset" control bits found in the STi family SoC system configuration
9 The actual action taken when softreset is asserted is hardware dependent.
18 - compatible: Should be "st,stih407-softreset";
23 softreset: softreset-controller {
25 compatible = "st,stih407-softreset";
29 Specifying softreset control of devices
33 property, containing a phandle to the softreset device node and an
39 resets = <&softreset STIH415_ETH0_SOFTRESET>;
/linux/Documentation/devicetree/bindings/usb/
H A Dehci-st.txt17 - resets : phandle + reset specifier pairs to the powerdown and softreset lines
19 - reset-names : should be "power" and "softreset"
36 <&softreset STIH416_USB1_SOFTRESET>;
37 reset-names = "power", "softreset";
H A Ddwc3-st.txt14 for the powerdown and softreset lines of the usb3 IP
15 - reset-names : list of reset signal names. Names should be "powerdown" and "softreset"
50 <&softreset STIH407_MIPHY2_SOFTRESET>;
51 reset-names = "powerdown", "softreset";
/linux/drivers/misc/genwqe/
H A Dcard_sysfs.c170 switch ((cd->softreset & 0xc) >> 2) { in next_bitstream_show()
196 cd->softreset = 0x78; in next_bitstream_store()
199 cd->softreset = 0x7c; in next_bitstream_store()
205 __genwqe_writeq(cd, IO_SLC_CFGREG_SOFTRESET, cd->softreset); in next_bitstream_store()
H A Dcard_base.h310 u64 softreset; member
/linux/Documentation/devicetree/bindings/phy/
H A Dphy-miphy28lp.txt67 resets = <&softreset STIH407_MIPHY0_SOFTRESET>;
83 resets = <&softreset STIH407_MIPHY1_SOFTRESET>;
96 resets = <&softreset STIH407_MIPHY2_SOFTRESET>;
/linux/Documentation/devicetree/bindings/display/
H A Dst,stih4xx.txt187 resets = <&softreset STIH416_COMPO_M_SOFTRESET>, <&softreset STIH416_COMPO_A_SOFTRESET>;
196 resets = <&softreset STIH416_HDTVOUT_SOFTRESET>;
236 resets = <&softreset STIH407_HDQVDP_SOFTRESET>;
/linux/Documentation/devicetree/bindings/remoteproc/
H A Dst-rproc.txt36 resets = <&softreset STIH407_ST231_AUD_SOFTRESET>;
/linux/drivers/ata/
H A Dahci_dm816.c127 .reset.softreset = ahci_dm816_softreset,
H A Dlibata-eh.c2837 ata_reset_fn_t softreset = reset_ops->softreset; in ata_eh_reset() local
2862 softreset = NULL; in ata_eh_reset()
2906 } else if (softreset) { in ata_eh_reset()
2907 reset = softreset; in ata_eh_reset()
2977 reset == softreset ? "soft" : "hard"); in ata_eh_reset()
3028 reset = softreset; in ata_eh_reset()
H A Dpata_ep93xx.c898 .reset.softreset = ep93xx_pata_softreset,
H A Dsata_rcar.c627 .reset.softreset = sata_rcar_softreset,
H A Dpata_octeon_cf.c944 octeon_cf_ops.reset.softreset = octeon_cf_softreset16; in octeon_cf_probe()
H A Dsata_mv.c713 .reset.softreset = mv_softreset,
715 .pmp_reset.softreset = mv_softreset,
/linux/Documentation/devicetree/bindings/net/
H A Dsti-dwmac.txt42 resets = <&softreset STIH407_ETH1_SOFTRESET>;
/linux/Documentation/devicetree/bindings/mmc/
H A Dti-omap-hsmmc.txt43 - ti,needs-special-reset: Requires a special softreset sequence
/linux/drivers/ata/pata_parport/
H A Dpata_parport.c324 .reset.softreset = pata_parport_softreset,
/linux/include/linux/
H A Dlibata.h964 ata_reset_fn_t softreset; member