sys/dev/ic/opl.c
249
opl_command(sc, OPL_L, OPL_TIMER_CONTROL,
sys/dev/ic/opl.c
252
opl_command(sc, OPL_L, OPL_TIMER_CONTROL, OPL_IRQ_RESET);
sys/dev/ic/opl.c
255
status1 = bus_space_read_1(sc->iot,sc->ioh,OPL_STATUS+OPL_L+sc->offs);
sys/dev/ic/opl.c
257
opl_command(sc, OPL_L, OPL_TIMER1, -2); /* wait 2 ticks */
sys/dev/ic/opl.c
258
opl_command(sc, OPL_L, OPL_TIMER_CONTROL, /* start timer1 */
sys/dev/ic/opl.c
263
status2 = bus_space_read_1(sc->iot,sc->ioh,OPL_STATUS+OPL_L+sc->offs);
sys/dev/ic/opl.c
265
opl_command(sc, OPL_L, OPL_TIMER_CONTROL,
sys/dev/ic/opl.c
267
opl_command(sc, OPL_L, OPL_TIMER_CONTROL, OPL_IRQ_RESET);
sys/dev/ic/opl.c
387
opl_command(sc, OPL_L, OPL_KEYON_BLOCK + i, 0);
sys/dev/ic/opl.c
389
opl_command(sc, OPL_L, OPL_TEST, OPL_ENABLE_WAVE_SELECT);
sys/dev/ic/opl.c
390
opl_command(sc, OPL_L, OPL_PERCUSSION, 0);
sys/dev/ic/opl.c
82
{ 0, OPL_L, {0x00, 0x03, 0x08, 0x0b}, NULL, 0, },
sys/dev/ic/opl.c
83
{ 1, OPL_L, {0x01, 0x04, 0x09, 0x0c}, NULL, 0, },
sys/dev/ic/opl.c
84
{ 2, OPL_L, {0x02, 0x05, 0x0a, 0x0d}, NULL, 0, },
sys/dev/ic/opl.c
86
{ 3, OPL_L, {0x08, 0x0b, 0x00, 0x00}, NULL, 0, },
sys/dev/ic/opl.c
87
{ 4, OPL_L, {0x09, 0x0c, 0x00, 0x00}, NULL, 0, },
sys/dev/ic/opl.c
88
{ 5, OPL_L, {0x0a, 0x0d, 0x00, 0x00}, NULL, 0, },
sys/dev/ic/opl.c
90
{ 6, OPL_L, {0x10, 0x13, 0x00, 0x00}, NULL, 0, },
sys/dev/ic/opl.c
91
{ 7, OPL_L, {0x11, 0x14, 0x00, 0x00}, NULL, 0, },
sys/dev/ic/opl.c
92
{ 8, OPL_L, {0x12, 0x15, 0x00, 0x00}, NULL, 0, },