Home
last modified time | relevance | path

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

/dports/games/d2x/d2x-0.2.5/arch/dos/mm_snd/
H A Ddrv_sb.c48 #define DSP_RESET (sb_port+0x6) macro
165 outportb(DSP_RESET,1); in SB_ResetDSP()
166 for(t=0;t<8;t++) inportb(DSP_RESET); in SB_ResetDSP()
167 outportb(DSP_RESET,0); in SB_ResetDSP()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/isa/
H A Dsc6000.c93 #define DSP_RESET 0x06 /* offset of DSP RESET (wo) */ macro
258 iowrite8(1, vport + DSP_RESET); in sc6000_dsp_reset()
260 iowrite8(0, vport + DSP_RESET); in sc6000_dsp_reset()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/isa/
H A Dsc6000.c93 #define DSP_RESET 0x06 /* offset of DSP RESET (wo) */ macro
258 iowrite8(1, vport + DSP_RESET); in sc6000_dsp_reset()
260 iowrite8(0, vport + DSP_RESET); in sc6000_dsp_reset()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/isa/
H A Dsc6000.c93 #define DSP_RESET 0x06 /* offset of DSP RESET (wo) */ macro
258 iowrite8(1, vport + DSP_RESET); in sc6000_dsp_reset()
260 iowrite8(0, vport + DSP_RESET); in sc6000_dsp_reset()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/pinctrl/cirrus/
H A Dpinctrl-lochnagar.c201 LN1_PIN_GPIO(DSP_RESET, "dsp-reset", RST, DSP_RESET, 1);
222 LN2_PIN_GPIO(DSP_RESET, "dsp-reset", MINICARD_RESETS, DSP_RESET, 1);
306 LN1_PIN(CDC_RESET), LN1_PIN(DSP_RESET), LN1_PIN(CDC_CIF1MODE),
318 LN2_PIN(CDC_RESET), LN2_PIN(DSP_RESET), LN2_PIN(CDC_CIF1MODE),
553 LN2_FUNC_PIN(DSP_RESET, 0x44),
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/pinctrl/cirrus/
H A Dpinctrl-lochnagar.c201 LN1_PIN_GPIO(DSP_RESET, "dsp-reset", RST, DSP_RESET, 1);
222 LN2_PIN_GPIO(DSP_RESET, "dsp-reset", MINICARD_RESETS, DSP_RESET, 1);
306 LN1_PIN(CDC_RESET), LN1_PIN(DSP_RESET), LN1_PIN(CDC_CIF1MODE),
318 LN2_PIN(CDC_RESET), LN2_PIN(DSP_RESET), LN2_PIN(CDC_CIF1MODE),
553 LN2_FUNC_PIN(DSP_RESET, 0x44),
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/pinctrl/cirrus/
H A Dpinctrl-lochnagar.c201 LN1_PIN_GPIO(DSP_RESET, "dsp-reset", RST, DSP_RESET, 1);
222 LN2_PIN_GPIO(DSP_RESET, "dsp-reset", MINICARD_RESETS, DSP_RESET, 1);
306 LN1_PIN(CDC_RESET), LN1_PIN(DSP_RESET), LN1_PIN(CDC_CIF1MODE),
318 LN2_PIN(CDC_RESET), LN2_PIN(DSP_RESET), LN2_PIN(CDC_CIF1MODE),
553 LN2_FUNC_PIN(DSP_RESET, 0x44),
/dports/audio/nosefart/nosefart-1.92f-mls/src/msdos/
H A Ddos_sb.c51 #define DSP_RESET 0x06 macro
146 outportb(baseio + DSP_RESET, 1); /* reset command */ in dsp_reset()
148 outportb(baseio + DSP_RESET, 0); /* clear */ in dsp_reset()
/dports/emulators/atari800/atari800-3.1.0/src/dos/
H A Ddos_sb.c86 #define DSP_RESET 0x06 macro
240 outportb(sb.baseio + DSP_RESET, 1); /* reset command */ in dsp_reset()
242 outportb(sb.baseio + DSP_RESET, 0); /* clear */ in dsp_reset()
/dports/emulators/dosbox/dosbox-0.74-3/src/hardware/
H A Dsblaster.cpp47 #define DSP_RESET 0x06 macro
1391 case DSP_RESET: in read_sb()
1403 case DSP_RESET: in write_sb()
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/hardware/
H A Dsblaster.cpp46 #define DSP_RESET 0x06 macro
1430 case DSP_RESET: in read_sb()
1442 case DSP_RESET: in write_sb()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/hardware/
H A Dsblaster.cpp39 constexpr uint8_t DSP_RESET = 0x06; variable
1647 case DSP_RESET: in read_sb()
1660 case DSP_RESET: DSP_DoReset(val); break; in write_sb()
/dports/audio/xoscope/xoscope-2.0/
H A DChangeLog402 Bruce Jerrick <bjerrick@easystreet.com> reported the DSP_RESET was