Searched refs:AWE_VTFT (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | awe_hw.h | 44 #define AWE_VTFT(ch) awe_cmd_idx(3,ch), Data0 /* DW: volume and filter cutoff targets */ macro
|
D | awe_wave.c | 1241 awe_poke(AWE_VTFT(voice), 0x0000FFFF); in awe_note_on() 1350 awe_poke_dw(AWE_VTFT(voice), (vtarget<<16)|ftarget); in awe_note_on() 4185 vtarget = (awe_peek_dw(AWE_VTFT(i)) >> 16) & 0xffff; in awe_clear_voice() 4411 awe_poke_dw(AWE_VTFT(ch), 0); in awe_init_audio() 4630 awe_poke_dw(AWE_VTFT(30), 0x8000FFFF); in awe_init_fm() 4631 awe_poke_dw(AWE_VTFT(31), 0x8000FFFF); in awe_init_fm() 4671 awe_poke_dw(AWE_VTFT(vidx[i]), 0); in awe_open_dram_for_write() 4681 awe_poke_dw(AWE_VTFT(30), 0); in awe_open_dram_for_write() 4685 awe_poke_dw(AWE_VTFT(31), 0); in awe_open_dram_for_write() 4715 awe_poke_dw(AWE_VTFT(i), 0); in awe_open_dram_for_check()
|