Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/Documentation/devicetree/bindings/bus/
H A Dbaikal,bt1-axi.yaml69 - const: arst
105 reset-names = "arst";
/openbmc/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
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Drenesas,rz-dmac.yaml87 - const: arst
143 reset-names = "arst", "rst_async";
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/
H A Drenesas,dsi.yaml78 - const: arst
160 reset-names = "rst", "arst", "prst";
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dsnps,dw-umctl2-ddrc.yaml82 enum: [ prst, arst, core, sbr ]
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drzg2l_mipi_dsi.c731 dsi->arstc = devm_reset_control_get_exclusive(dsi->dev, "arst"); in rzg2l_mipi_dsi_probe()
734 "failed to get arst\n"); in rzg2l_mipi_dsi_probe()
/openbmc/linux/sound/pci/
H A Dcs4281.c532 * set RSTN - ARST# inactive, AC97 codec not reset in snd_cs4281_ac97_write()
586 * set RSTN - ARST# inactive, AC97 codec not reset in snd_cs4281_ac97_read()
1393 /* Drive the ARST# pin low for a minimum of 1uS (as defined in the AC97 in snd_cs4281_chip_init()
1395 * there might be logic external to the CS4281 that uses the ARST# line in snd_cs4281_chip_init()
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Dr9a07g054.dtsi798 reset-names = "rst", "arst", "prst";
976 reset-names = "arst", "rst_async";
H A Dr9a07g044.dtsi793 reset-names = "rst", "arst", "prst";
969 reset-names = "arst", "rst_async";
H A Dr9a07g043.dtsi641 reset-names = "arst", "rst_async";
/openbmc/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()
2953 * Drive the ARST# pin low for a minimum of 1uS (as defined in the AC97 in snd_cs46xx_chip_init()
2955 * there might be logic external to the CS461x that uses the ARST# line in snd_cs46xx_chip_init()
/openbmc/linux/drivers/rtc/
H A Drtc-isl1208.c315 (sr & ISL1208_REG_SR_ARST) ? " ARST" : "", sr); in isl1208_rtc_proc()