Searched refs:EMU_INTE (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/sound/pci/
H A Demu10k1.c442 x = emu_rd(sc, EMU_INTE, 4);
444 emu_wr(sc, EMU_INTE, x, 4);
448 x = emu_rd(sc, EMU_INTE, 4);
450 emu_wr(sc, EMU_INTE, x, 4);
1096 val = emu_rd(sc, EMU_INTE, 4);
1098 emu_wr(sc, EMU_INTE, val, 4);
1107 val = emu_rd(sc, EMU_INTE, 4);
1109 emu_wr(sc, EMU_INTE, val, 4);
1207 i = emu_rd(sc, EMU_INTE, 4);
1209 emu_wr(sc, EMU_INTE,
[all...]
H A Demu10kx.c885 x = emu_rd(sc, EMU_INTE, 4);
887 emu_wr(sc, EMU_INTE, x, 4);
889 x = emu_rd(sc, EMU_INTE, 4);
891 emu_wr(sc, EMU_INTE, x, 4);
931 x = emu_rd(sc, EMU_INTE, 4);
933 emu_wr(sc, EMU_INTE, x, 4);
960 x = emu_rd(sc, EMU_INTE, 4);
968 /* other interrupt handlers may use this EMU_INTE value */
973 emu_wr(sc, EMU_INTE, x, 4);
2685 emu_wr(sc, EMU_INTE, EMU_INTE_INTERTIMEREN
[all...]
H A Demuxkireg.h82 #define EMU_INTE 0x0c macro

Completed in 64 milliseconds