Home
last modified time | relevance | path

Searched refs:DSP_RESET (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/sound/
Daedsp16.c322 #define DSP_RESET 0x06 /* offset of DSP RESET (wo) */ macro
562 outb(1, (port + DSP_RESET)); in aedsp16_dsp_reset()
564 outb(0, (port + DSP_RESET)); in aedsp16_dsp_reset()
Dsb.h1 #define DSP_RESET (devc->base + 0x6) macro
Dsb_common.c233 outb(1, DSP_RESET); in sb_dsp_reset()
236 outb(0, DSP_RESET); in sb_dsp_reset()
Dsb_ess.c869 outb(3, DSP_RESET); /* Reset FIFO too */ in ess_dsp_reset()
872 outb(0, DSP_RESET); in ess_dsp_reset()
/linux-2.4.37.9/drivers/net/hamradio/soundmodem/
Dsm_sbc.c66 #define DSP_RESET(iobase) (iobase+0x6) macro
118 outb(1, DSP_RESET(dev->base_addr)); in reset_dsp()
120 outb(0, DSP_RESET(dev->base_addr)); in reset_dsp()