Searched full:arst (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/bus/ |
H A D | bt1-axi.c | 41 * @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/bus/ |
H A D | baikal,bt1-axi.yaml | 69 - const: arst 105 reset-names = "arst";
|
/linux/Documentation/devicetree/bindings/ata/ |
H A D | baikal,bt1-ahci.yaml | 42 - const: arst 97 reset-names = "arst", "ref";
|
H A D | snps,dwc-ahci-common.yaml | 72 - arst
|
/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | renesas,dsi.yaml | 78 - const: arst 160 reset-names = "rst", "arst", "prst";
|
/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | snps,dw-umctl2-ddrc.yaml | 82 enum: [ prst, arst, core, sbr ]
|
/linux/drivers/gpu/drm/renesas/rz-du/ |
H A D | rzg2l_mipi_dsi.c | 731 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()
|
/linux/sound/pci/ |
H A D | cs4281.c | 529 * 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() 1390 /* Drive the ARST# pin low for a minimum of 1uS (as defined in the AC97 in snd_cs4281_chip_init() 1392 * 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 D | r9a07g054.dtsi | 798 reset-names = "rst", "arst", "prst"; 1023 reset-names = "arst", "rst_async";
|
H A D | r9a07g044.dtsi | 793 reset-names = "rst", "arst", "prst"; 1015 reset-names = "arst", "rst_async";
|
H A D | r9a07g043.dtsi | 642 reset-names = "arst", "rst_async";
|
/linux/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 122 * 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()
|
/linux/drivers/rtc/ |
H A D | rtc-isl1208.c | 316 (sr & ISL1208_REG_SR_ARST) ? " ARST" : "", sr); in isl1208_rtc_proc()
|