Searched full:arst (Results 1 – 5 of 5) sorted by relevance
41 * @arst: AXI Interconnect reset line.53 struct reset_control *arst; member137 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()
69 - const: arst105 reset-names = "arst";
533 * 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()
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()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()
282 (sr & ISL1208_REG_SR_ARST) ? " ARST" : "", sr); in isl1208_rtc_proc()