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

  /src/sys/arch/amiga/dev/
wdc_amiga.c 155 uint8_t intreq; local in function:wdc_amiga_intr
160 intreq = gayle_intr_status();
162 if (intreq & GAYLE_INT_IDE) {
164 gayle_intr_ack(0x7C | (intreq & GAYLE_INT_IDEACK));
wdc_acafh.c 208 uint8_t intreq; local in function:wdc_acafh_intr
212 intreq = gayle_intr_status();
215 if (intreq & GAYLE_INT_IDE) {
222 gayle_intr_ack(0x7C | (intreq & GAYLE_INT_IDEACK));
wdc_xsurf.c 201 uint8_t intreq; local in function:wdc_xsurf_intr
207 intreq = bus_space_read_1(sc->sc_cmdt, sc->sc_isrh, 0);
211 if (intreq & WDC_XSURF_ISR_HIGH) {
ser.c 413 custom.intreq = INTF_RBF | INTF_TBE; /* clear intr request */
511 custom.intreq = INTF_RBF;
678 custom.intreq = INTF_SETCLR | INTF_TBE;
686 custom.intreq = INTF_SETCLR | INTF_TBE;
883 custom.intreq = INTF_TBE;
1123 custom.intreq = INTF_RBF;
1176 custom.intreq = INTF_SETCLR | INTF_TBE;
gayle_pcmcia.c 256 int intreq = gayle_intr_status() & local in function:pccard_intr2
258 if (intreq) {
259 gayle_intr_ack((intreq ^ 0x2c) | 0xc0);
efa.c 290 uint8_t intreq; local in function:efa_intr
292 intreq = gayle_intr_status();
295 if (intreq & GAYLE_INT_IDE) {
296 gayle_intr_ack(0x7C | (intreq & 0x03));
aucc.c 482 custom.intreq = mask << INTB_AUD0;
775 custom.intreq = mask << INTB_AUD0; /* clear request */
  /src/sys/arch/amiga/amiga/
cc.c 143 custom.intreq = INTF_VERTB;
191 custom.intreq = INTF_BLIT;
309 custom.intreq = INTF_COPER;
373 custom.intreq = AUCC_ALLINTF;
385 custom.intreq=(flag<<INTB_AUD0);
407 custom.intreq = (flag << INTB_AUD0);
custom.h 133 unsigned short intreq; member in struct:Custom
246 /* Bit definitions for intena, intenar, intreq, and intreqr */
machdep.c 1012 custom.intreq = INTF_TBE;
1020 custom.intreq = INTF_DSKBLK;
1027 custom.intreq = INTF_SOFTINT;
1045 custom.intreq = INTF_PORTS;
1087 custom.intreq = INTF_DSKSYNC;
1105 printf("intrhand: unexpected sr 0x%x, intreq = 0x%x\n",
amiga_init.c 840 INTREQWaddr = (vaddr_t)&custom.intreq;
888 custom.intreq = 0x7fff; /* clear any current */
locore.s 459 movew #INTF_RBF,%a0@ | clear RBF interrupt in intreq
618 movew #INTF_EXTER,%a0@ | clear EXTER interrupt in intreq
620 movew #INTF_EXTER+INTF_AUD3,%a0@ | clear EXTER & AUD3 in intreq
  /src/sys/arch/amigappc/amigappc/
machdep.c 153 custom.intreq = INTF_PORTS;
172 custom.intreq = INTF_EXTER;
186 custom.intreq = INTF_TBE;
193 custom.intreq = INTF_DSKBLK;
199 custom.intreq = INTF_SOFTINT;
233 custom.intreq = INTF_DSKSYNC;

Completed in 20 milliseconds