HomeSort by: relevance | last modified time | path
    Searched refs:intena (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/amiga/amiga/
cc.c 153 custom.intena = INTF_SETCLR | INTF_VERTB;
332 custom.intena = INTF_AUD0|INTF_AUD1|INTF_AUD2|INTF_AUD3;
364 custom.intena = (audio_dma << INTB_AUD0) & AUCC_ALLINTF;
400 custom.intena = (flag << INTB_AUD0);
416 custom.intena = INTF_SETCLR | (audio_dma << INTB_AUD0);
452 custom.intena = INTF_SETCLR | (dmabits << INTB_AUD0);
autoconf.c 93 custom.intena = INTF_INTEN;
110 custom.intena = INTF_SETCLR | INTF_INTEN;
113 custom.intena = INTF_SETCLR | INTF_SOFTINT;
custom.h 132 unsigned short intena; member in struct:Custom
246 /* Bit definitions for intena, intenar, intreq, and intreqr */
amiga_init.c 885 custom.intena = 0x7fff; /* disable ints */
886 custom.intena = INTF_SETCLR | INTF_INTEN;
893 * remember address of read and write intena register for use
897 amiga_intena_write = &custom.intena;
machdep.c 907 custom.intena = isr->isr_ipl == 2 ?
978 custom.intena = isr->isr_ipl == 6 ?
  /src/sys/arch/amigappc/amigappc/
autoconf.c 70 custom.intena = INTF_INTEN;
80 custom.intena = INTF_SETCLR | INTF_INTEN;
machdep.c 111 custom.intena = isr->isr_ipl == 2 ?
133 custom.intena = isr->isr_ipl == 6 ?
  /src/sys/arch/amiga/dev/
aucc.c 296 custom.intena = AUCC_ALLINTF;
483 custom.intena = mask << INTB_AUD0;
545 custom.intena = INTF_SETCLR | INTF_INTEN | (masks2[j] << INTB_AUD0);
574 custom.intena = AUCC_ALLINTF;
780 custom.intena = mask << INTB_AUD0;
clock.c 233 custom.intena = INTF_SETCLR | INTF_EXTER;
ser.c 412 custom.intena = INTF_RBF | INTF_TBE; /* disable interrupts */
805 custom.intena = INTF_SETCLR | INTF_RBF | INTF_TBE;
kbd.c 316 custom.intena = INTF_SETCLR | INTF_PORTS;
fd.c 465 custom.intena = INTF_SETCLR | INTF_DSKBLK;

Completed in 20 milliseconds