Home
last modified time | relevance | path

Searched refs:IF_AUD0 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/sound/oss/dmasound/
Ddmasound_paula.c523 custom.intena = IF_AUD0; in AmiPlay()
527 custom.intena = IF_SETCLR | IF_AUD0; in AmiPlay()
537 custom.intena = IF_SETCLR | IF_AUD0; in AmiPlay()
546 custom.intena = IF_SETCLR | IF_AUD0; in AmiPlay()
552 custom.intena = IF_SETCLR | IF_AUD0; in AmiPlay()
560 custom.intena = IF_AUD0; in AmiInterrupt()
587 custom.intena = IF_SETCLR | IF_AUD0; in AmiInterrupt()
/Linux-v4.19/arch/m68k/amiga/
Damiints.c100 if (ints & IF_AUD0) { in ami_int4()
101 amiga_custom.intreq = IF_AUD0; in ami_int4()
/Linux-v4.19/arch/m68k/include/asm/
Damigaints.h82 #define IF_AUD0 0x0080 /* audio channel 0 done interrupt */ macro