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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsb.h1 #define DSP_RESET (devc->base + 0x6) macro
H A Daedsp16.c321 #define DSP_RESET 0x06 /* offset of DSP RESET (wo) */ macro
561 outb(1, (port + DSP_RESET));
563 outb(0, (port + DSP_RESET));
H A Dsb_common.c234 outb(1, DSP_RESET);
237 outb(0, DSP_RESET);
H A Dsb_ess.c870 outb(3, DSP_RESET); /* Reset FIFO too */
873 outb(0, DSP_RESET);

Completed in 108 milliseconds