Searched refs:EMU_INTE (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/sound/pci/ |
H A D | emu10k1.c | 445 x = emu_rd(sc, EMU_INTE, 4); in emu_enatimer() 447 emu_wr(sc, EMU_INTE, x, 4); in emu_enatimer() 451 x = emu_rd(sc, EMU_INTE, 4); in emu_enatimer() 453 emu_wr(sc, EMU_INTE, x, 4); in emu_enatimer() 1093 val = emu_rd(sc, EMU_INTE, 4); in emurchan_trigger() 1095 emu_wr(sc, EMU_INTE, val, 4); in emurchan_trigger() 1104 val = emu_rd(sc, EMU_INTE, 4); in emurchan_trigger() 1106 emu_wr(sc, EMU_INTE, val, 4); in emurchan_trigger() 1204 i = emu_rd(sc, EMU_INTE, 4); in emu_midiattach() 1206 emu_wr(sc, EMU_INTE, i, 4); in emu_midiattach() [all …]
|
H A D | emu10kx.c | 880 x = emu_rd(sc, EMU_INTE, 4); in emu_timer_enable() 882 emu_wr(sc, EMU_INTE, x, 4); in emu_timer_enable() 884 x = emu_rd(sc, EMU_INTE, 4); in emu_timer_enable() 886 emu_wr(sc, EMU_INTE, x, 4); in emu_timer_enable() 926 x = emu_rd(sc, EMU_INTE, 4); in emu_intr_register() 928 emu_wr(sc, EMU_INTE, x, 4); in emu_intr_register() 955 x = emu_rd(sc, EMU_INTE, 4); in emu_intr_unregister() 968 emu_wr(sc, EMU_INTE, x, 4); in emu_intr_unregister() 2665 emu_wr(sc, EMU_INTE, EMU_INTE_INTERTIMERENB | EMU_INTE_SAMPLERATER | EMU_INTE_PCIERRENABLE, 4); in emu_init() 2890 emu_wr(sc, EMU_INTE, 0, 4); in emu_uninit()
|
H A D | emuxkireg.h | 81 #define EMU_INTE 0x0c macro
|