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

/freebsd-11.0-release/sys/dev/sound/pci/
H A Demu10k1.c445 x = emu_rd(sc, EMU_INTE, 4);
447 emu_wr(sc, EMU_INTE, x, 4);
451 x = emu_rd(sc, EMU_INTE, 4);
453 emu_wr(sc, EMU_INTE, x, 4);
1099 val = emu_rd(sc, EMU_INTE, 4);
1101 emu_wr(sc, EMU_INTE, val, 4);
1110 val = emu_rd(sc, EMU_INTE, 4);
1112 emu_wr(sc, EMU_INTE, val, 4);
1210 i = emu_rd(sc, EMU_INTE, 4);
1212 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);
2687 emu_wr(sc, EMU_INTE, EMU_INTE_INTERTIMEREN
[all...]
H A Demuxkireg.h82 #define EMU_INTE 0x0c macro

Completed in 67 milliseconds