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

/freebsd-12-stable/sys/dev/sound/pci/
H A Demu10k1.c447 x = emu_rd(sc, EMU_INTE, 4);
449 emu_wr(sc, EMU_INTE, x, 4);
453 x = emu_rd(sc, EMU_INTE, 4);
455 emu_wr(sc, EMU_INTE, x, 4);
1101 val = emu_rd(sc, EMU_INTE, 4);
1103 emu_wr(sc, EMU_INTE, val, 4);
1112 val = emu_rd(sc, EMU_INTE, 4);
1114 emu_wr(sc, EMU_INTE, val, 4);
1212 i = emu_rd(sc, EMU_INTE, 4);
1214 emu_wr(sc, EMU_INTE,
[all...]
H A Demu10kx.c887 x = emu_rd(sc, EMU_INTE, 4);
889 emu_wr(sc, EMU_INTE, x, 4);
891 x = emu_rd(sc, EMU_INTE, 4);
893 emu_wr(sc, EMU_INTE, x, 4);
933 x = emu_rd(sc, EMU_INTE, 4);
935 emu_wr(sc, EMU_INTE, x, 4);
962 x = emu_rd(sc, EMU_INTE, 4);
970 /* other interrupt handlers may use this EMU_INTE value */
975 emu_wr(sc, EMU_INTE, x, 4);
2689 emu_wr(sc, EMU_INTE, EMU_INTE_INTERTIMEREN
[all...]
H A Demuxkireg.h82 #define EMU_INTE 0x0c macro

Completed in 120 milliseconds