Searched refs:dsp_reset (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/remoteproc/ |
H A D | da8xx_remoteproc.c | 71 struct reset_control *dsp_reset; member 138 struct reset_control *dsp_reset = drproc->dsp_reset; in da8xx_rproc_start() local 156 ret = reset_control_deassert(dsp_reset); in da8xx_rproc_start() 172 ret = reset_control_assert(drproc->dsp_reset); in da8xx_rproc_stop() 245 struct reset_control *dsp_reset; in da8xx_rproc_probe() local 280 dsp_reset = devm_reset_control_get_exclusive(dev, NULL); in da8xx_rproc_probe() 281 if (IS_ERR(dsp_reset)) { in da8xx_rproc_probe() 282 if (PTR_ERR(dsp_reset) != -EPROBE_DEFER) in da8xx_rproc_probe() 284 PTR_ERR(dsp_reset)); in da8xx_rproc_probe() [all...] |
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | da8xx_remoteproc.c | 71 struct reset_control *dsp_reset; member 138 struct reset_control *dsp_reset = drproc->dsp_reset; in da8xx_rproc_start() local 156 ret = reset_control_deassert(dsp_reset); in da8xx_rproc_start() 172 ret = reset_control_assert(drproc->dsp_reset); in da8xx_rproc_stop() 245 struct reset_control *dsp_reset; in da8xx_rproc_probe() local 280 dsp_reset = devm_reset_control_get_exclusive(dev, NULL); in da8xx_rproc_probe() 281 if (IS_ERR(dsp_reset)) { in da8xx_rproc_probe() 282 if (PTR_ERR(dsp_reset) != -EPROBE_DEFER) in da8xx_rproc_probe() 284 PTR_ERR(dsp_reset)); in da8xx_rproc_probe() [all...] |
/kernel/linux/linux-5.10/sound/pci/pcxhr/ |
H A D | pcxhr_mix22.c | 288 mgr->dsp_reset = PCXHR_DSP_RESET_DSP | in hr222_sub_init() 291 PCXHR_OUTPB(mgr, PCXHR_DSP_RESET, mgr->dsp_reset); in hr222_sub_init() 503 *value = (int)(mgr->dsp_reset & PCXHR_DSP_RESET_GPO_MASK) >> in hr222_read_gpio() 512 unsigned char reg = mgr->dsp_reset & ~PCXHR_DSP_RESET_GPO_MASK; in hr222_write_gpo() 518 mgr->dsp_reset = reg; in hr222_write_gpo() 525 mgr->dsp_reset |= PCXHR_DSP_RESET_SMPTE; in hr222_manage_timecode() 527 mgr->dsp_reset &= ~PCXHR_DSP_RESET_SMPTE; in hr222_manage_timecode() 529 PCXHR_OUTPB(mgr, PCXHR_DSP_RESET, mgr->dsp_reset); in hr222_manage_timecode()
|
H A D | pcxhr.h | 110 unsigned char dsp_reset; /* copy of PCXHR_DSP_RESET register */ member
|
/kernel/linux/linux-6.6/sound/pci/pcxhr/ |
H A D | pcxhr_mix22.c | 288 mgr->dsp_reset = PCXHR_DSP_RESET_DSP | in hr222_sub_init() 291 PCXHR_OUTPB(mgr, PCXHR_DSP_RESET, mgr->dsp_reset); in hr222_sub_init() 503 *value = (int)(mgr->dsp_reset & PCXHR_DSP_RESET_GPO_MASK) >> in hr222_read_gpio() 512 unsigned char reg = mgr->dsp_reset & ~PCXHR_DSP_RESET_GPO_MASK; in hr222_write_gpo() 518 mgr->dsp_reset = reg; in hr222_write_gpo() 525 mgr->dsp_reset |= PCXHR_DSP_RESET_SMPTE; in hr222_manage_timecode() 527 mgr->dsp_reset &= ~PCXHR_DSP_RESET_SMPTE; in hr222_manage_timecode() 529 PCXHR_OUTPB(mgr, PCXHR_DSP_RESET, mgr->dsp_reset); in hr222_manage_timecode()
|
H A D | pcxhr.h | 110 unsigned char dsp_reset; /* copy of PCXHR_DSP_RESET register */ member
|
/kernel/linux/linux-5.10/sound/isa/galaxy/ |
H A D | galaxy.c | 87 static int dsp_reset(void __iomem *port) in dsp_reset() function 378 err = dsp_reset(galaxy->port); in galaxy_init() 420 err = dsp_reset(galaxy->port); in galaxy_set_mode()
|
/kernel/linux/linux-6.6/sound/isa/galaxy/ |
H A D | galaxy.c | 87 static int dsp_reset(void __iomem *port) in dsp_reset() function 378 err = dsp_reset(galaxy->port); in galaxy_init() 420 err = dsp_reset(galaxy->port); in galaxy_set_mode()
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_ca0132.c | 2421 static int dsp_reset(struct hda_codec *codec) in dsp_reset() function 2426 codec_dbg(codec, "dsp_reset\n"); in dsp_reset() 2433 codec_dbg(codec, "dsp_reset timeout\n"); in dsp_reset() 3453 status = dsp_reset(codec); in dspload_image() 3458 codec_dbg(codec, "dsp_reset() complete\n"); in dspload_image() 8913 dsp_reset(codec); in ca0132_exit_chip()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | patch_ca0132.c | 2545 static int dsp_reset(struct hda_codec *codec) in dsp_reset() function 2550 codec_dbg(codec, "dsp_reset\n"); in dsp_reset() 2557 codec_dbg(codec, "dsp_reset timeout\n"); in dsp_reset() 3573 status = dsp_reset(codec); in dspload_image() 3578 codec_dbg(codec, "dsp_reset() complete\n"); in dspload_image() 9064 dsp_reset(codec); in ca0132_exit_chip()
|
Completed in 31 milliseconds