Home
last modified time | relevance | path

Searched full:arst (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/bus/
H A Dbt1-axi.c41 * @arst: AXI Interconnect reset line.
53 struct reset_control *arst; member
137 axi->arst = devm_reset_control_get_optional_exclusive(axi->dev, "arst"); in bt1_axi_request_rst()
138 if (IS_ERR(axi->arst)) in bt1_axi_request_rst()
139 return dev_err_probe(axi->dev, PTR_ERR(axi->arst), in bt1_axi_request_rst()
142 ret = reset_control_deassert(axi->arst); in bt1_axi_request_rst()
/linux/Documentation/devicetree/bindings/display/bridge/
H A Drenesas,dsi.yaml78 - const: arst
160 reset-names = "rst", "arst", "prst";
211 reset-names = "rst", "arst", "prst";
/linux/Documentation/devicetree/bindings/bus/
H A Dbaikal,bt1-axi.yaml69 - const: arst
105 reset-names = "arst";
/linux/Documentation/devicetree/bindings/ata/
H A Dbaikal,bt1-ahci.yaml42 - const: arst
97 reset-names = "arst", "ref";
H A Dsnps,dwc-ahci-common.yaml72 - arst
/linux/Documentation/devicetree/bindings/dma/
H A Drenesas,rz-dmac.yaml97 - const: arst
231 reset-names = "arst", "rst_async";
/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dsnps,dw-umctl2-ddrc.yaml82 enum: [ prst, arst, core, sbr ]
/linux/sound/pci/
H A Dcs4281.c529 * set RSTN - ARST# inactive, AC97 codec not reset in snd_cs4281_ac97_write()
583 * set RSTN - ARST# inactive, AC97 codec not reset in snd_cs4281_ac97_read()
1387 /* Drive the ARST# pin low for a minimum of 1uS (as defined in the AC97 in snd_cs4281_chip_init()
1389 * there might be logic external to the CS4281 that uses the ARST# line in snd_cs4281_chip_init()
/linux/arch/arm64/boot/dts/renesas/
H A Dr9a07g054.dtsi913 reset-names = "rst", "arst", "prst";
1138 reset-names = "arst", "rst_async";
H A Dr9a07g044.dtsi908 reset-names = "rst", "arst", "prst";
1130 reset-names = "arst", "rst_async";
H A Dr9a07g043.dtsi642 reset-names = "arst", "rst_async";
/linux/sound/pci/cs46xx/
H A Dcs46xx_lib.c122 * set RSTN - ARST# inactive, AC97 codec not reset in snd_cs46xx_codec_read()
249 * set RSTN - ARST# inactive, AC97 codec not reset in snd_cs46xx_codec_write()
2913 * Drive the ARST# pin low for a minimum of 1uS (as defined in the AC97 in snd_cs46xx_free()
2915 * there might be logic external to the CS461x that uses the ARST# line in snd_cs46xx_free()
/linux/drivers/rtc/
H A Drtc-isl1208.c316 (sr & ISL1208_REG_SR_ARST) ? " ARST" : "", sr); in isl1208_rtc_proc()