Home
last modified time | relevance | path

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

/sound/oss/
Dopl3.c84 static void opl3_command(int io_addr, unsigned int addr, unsigned int val);
95 opl3_command(devc->right_io, CONNECTION_SELECT_REGISTER, 0x3f); in enter_4op_mode()
187 opl3_command(ioaddr, TIMER_CONTROL_REGISTER, TIMER1_MASK | TIMER2_MASK); in opl3_detect()
190 opl3_command(ioaddr, TIMER_CONTROL_REGISTER, IRQ_RESET); in opl3_detect()
217 opl3_command(ioaddr + 2, OPL3_MODE_REGISTER, 0x00); in opl3_detect()
218 opl3_command(ioaddr + 2, OPL3_MODE_REGISTER, OPL3_ENABLE | OPL4_ENABLE); in opl3_detect()
248 opl3_command(ioaddr + 2, OPL3_MODE_REGISTER, 0); in opl3_detect()
251 opl3_command(ioaddr, KEYON_BLOCK + i, 0); /* in opl3_detect()
255 opl3_command(ioaddr, TEST_REGISTER, ENABLE_WAVE_SELECT); in opl3_detect()
256 opl3_command(ioaddr, PERCOSSION_REGISTER, 0x00); /* in opl3_detect()
[all …]