Home
last modified time | relevance | path

Searched refs:SAMPLE_ENABLE_REG (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/sound/oss/dmasound/
Ddmasound_q40.c386 master_outb(0,SAMPLE_ENABLE_REG); in Q40IrqCleanUp()
394 master_outb(0,SAMPLE_ENABLE_REG); in Q40Silence()
422 master_outb( 0,SAMPLE_ENABLE_REG); in Q40PlayNextFrame()
435 master_outb( 1,SAMPLE_ENABLE_REG); in Q40PlayNextFrame()
490 master_outb(0,SAMPLE_ENABLE_REG); /* better safe */ in Q40Interrupt()
498 master_outb(0,SAMPLE_ENABLE_REG); in Q40Interrupt()
/linux-6.1.9/arch/m68k/include/asm/
Dq40_master.h29 #define SAMPLE_ENABLE_REG 0x14 /* generate SAMPLE ints */ macro