Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/bus/
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()
/kernel/linux/linux-5.10/drivers/bus/
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()
140 return PTR_ERR(axi->arst); in bt1_axi_request_rst()
143 ret = reset_control_deassert(axi->arst); in bt1_axi_request_rst()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/bus/
Dbaikal,bt1-axi.yaml69 - const: arst
105 reset-names = "arst";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/bus/
Dbaikal,bt1-axi.yaml69 - const: arst
105 reset-names = "arst";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/ata/
Dbaikal,bt1-ahci.yaml42 - const: arst
97 reset-names = "arst", "ref";
Dsnps,dwc-ahci-common.yaml72 - arst
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/dma/
Drenesas,rz-dmac.yaml87 - const: arst
143 reset-names = "arst", "rst_async";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/bridge/
Drenesas,dsi.yaml78 - const: arst
160 reset-names = "rst", "arst", "prst";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/memory-controllers/
Dsnps,dw-umctl2-ddrc.yaml82 enum: [ prst, arst, core, sbr ]
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/rcar-du/
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()
/kernel/linux/linux-6.6/sound/pci/
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()
/kernel/linux/linux-5.10/sound/pci/
Dcs4281.c533 * set RSTN - ARST# inactive, AC97 codec not reset in snd_cs4281_ac97_write()
587 * set RSTN - ARST# inactive, AC97 codec not reset in snd_cs4281_ac97_read()
1428 /* Drive the ARST# pin low for a minimum of 1uS (as defined in the AC97 in snd_cs4281_chip_init()
1430 * there might be logic external to the CS4281 that uses the ARST# line in snd_cs4281_chip_init()
/kernel/linux/linux-6.6/arch/arm64/boot/dts/renesas/
Dr9a07g044.dtsi793 reset-names = "rst", "arst", "prst";
969 reset-names = "arst", "rst_async";
Dr9a07g054.dtsi798 reset-names = "rst", "arst", "prst";
976 reset-names = "arst", "rst_async";
Dr9a07g043.dtsi641 reset-names = "arst", "rst_async";
/kernel/linux/linux-5.10/sound/pci/cs46xx/
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()
2992 * Drive the ARST# pin low for a minimum of 1uS (as defined in the AC97 in snd_cs46xx_chip_init()
2994 * there might be logic external to the CS461x that uses the ARST# line in snd_cs46xx_chip_init()
/kernel/linux/linux-6.6/sound/pci/cs46xx/
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()
/kernel/linux/linux-5.10/drivers/rtc/
Drtc-isl1208.c282 (sr & ISL1208_REG_SR_ARST) ? " ARST" : "", sr); in isl1208_rtc_proc()
/kernel/linux/linux-6.6/drivers/rtc/
Drtc-isl1208.c315 (sr & ISL1208_REG_SR_ARST) ? " ARST" : "", sr); in isl1208_rtc_proc()