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/display/bridge/ |
| H A D | renesas,dsi.yaml | 78 - const: arst 160 reset-names = "rst", "arst", "prst"; 211 reset-names = "rst", "arst", "prst";
|
| /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/dma/ |
| H A D | renesas,rz-dmac.yaml | 97 - const: arst 231 reset-names = "arst", "rst_async";
|
| /linux/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | snps,dw-umctl2-ddrc.yaml | 82 enum: [ prst, arst, core, sbr ]
|
| /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() 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 D | r9a07g054.dtsi | 913 reset-names = "rst", "arst", "prst"; 1138 reset-names = "arst", "rst_async";
|
| H A D | r9a07g044.dtsi | 908 reset-names = "rst", "arst", "prst"; 1130 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() 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 D | rtc-isl1208.c | 316 (sr & ISL1208_REG_SR_ARST) ? " ARST" : "", sr); in isl1208_rtc_proc()
|