Lines Matching +full:0 +full:x1e0
29 for (i = 0; i < EMU8000_DRAM_VOICES; i++) { in snd_emu8000_open_dma()
35 EMU8000_VTFT_WRITE(emu, 30, 0); in snd_emu8000_open_dma()
36 EMU8000_PSST_WRITE(emu, 30, 0x1d8); in snd_emu8000_open_dma()
37 EMU8000_CSL_WRITE(emu, 30, 0x1e0); in snd_emu8000_open_dma()
38 EMU8000_CCCA_WRITE(emu, 30, 0x1d8); in snd_emu8000_open_dma()
39 EMU8000_VTFT_WRITE(emu, 31, 0); in snd_emu8000_open_dma()
40 EMU8000_PSST_WRITE(emu, 31, 0x1d8); in snd_emu8000_open_dma()
41 EMU8000_CSL_WRITE(emu, 31, 0x1e0); in snd_emu8000_open_dma()
42 EMU8000_CCCA_WRITE(emu, 31, 0x1d8); in snd_emu8000_open_dma()
44 return 0; in snd_emu8000_open_dma()
55 for (i = 0; i < EMU8000_DRAM_VOICES; i++) { in snd_emu8000_close_dma()
91 c ^= 0x8000; /* unsigned -> signed */ in read_word()
100 while ((EMU8000_SMALW_READ(emu) & 0x80000000) != 0) { in snd_emu8000_write_wait()
151 if (sp->v.size == 0) in snd_emu8000_sample_new()
152 return 0; in snd_emu8000_sample_new()
184 sp->v.start = 0; in snd_emu8000_sample_new()
194 if ((rc = snd_emu8000_open_dma(emu, EMU8000_RAM_WRITE)) != 0) in snd_emu8000_sample_new()
203 #if 0 in snd_emu8000_sample_new()
206 for (i = 0; i < BLANK_HEAD_SIZE; i++) { in snd_emu8000_sample_new()
207 write_word(emu, &dram_offset, 0); in snd_emu8000_sample_new()
212 offset = 0; in snd_emu8000_sample_new()
213 for (i = 0; i < sp->v.size; i++) { in snd_emu8000_sample_new()
248 for (i = 0; i < BLANK_LOOP_SIZE; i++) { in snd_emu8000_sample_new()
249 write_word(emu, &dram_offset, 0); in snd_emu8000_sample_new()
266 return 0; in snd_emu8000_sample_new()
280 return 0; in snd_emu8000_sample_free()