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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsb.h1 #define DSP_RESET (devc->base + 0x6) macro
H A Daedsp16.c313 #define DSP_RESET 0x06 /* offset of DSP RESET (wo) */ macro
554 outb(1, (port + DSP_RESET));
556 outb(0, (port + DSP_RESET));
H A Dsb_common.c235 outb(1, DSP_RESET);
238 outb(0, DSP_RESET);
H A Dsb_ess.c870 outb(3, DSP_RESET); /* Reset FIFO too */
873 outb(0, DSP_RESET);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/
H A Dsc6000.c109 #define DSP_RESET 0x06 /* offset of DSP RESET (wo) */ macro
274 iowrite8(1, vport + DSP_RESET);
276 iowrite8(0, vport + DSP_RESET);

Completed in 82 milliseconds