Searched refs:EMU_INTE_INTERTIMERENB (Results 1 – 4 of 4) sorted by relevance
114 #define EMU_INTE_INTERTIMERENB 0x00000004 macro
446 x |= EMU_INTE_INTERTIMERENB; in emu_enatimer()452 x &= ~EMU_INTE_INTERTIMERENB; in emu_enatimer()1768 EMU_INTE_INTERTIMERENB | EMU_INTE_SAMPLERATER | EMU_INTE_PCIERRENABLE, in emu_init()
881 x |= EMU_INTE_INTERTIMERENB; in emu_timer_enable()885 x &= ~EMU_INTE_INTERTIMERENB; in emu_timer_enable()2665 emu_wr(sc, EMU_INTE, EMU_INTE_INTERTIMERENB | EMU_INTE_SAMPLERATER | EMU_INTE_PCIERRENABLE, 4); in emu_init()
1446 inte = EMU_INTE_INTERTIMERENB; in emu_pcm_attach()