Searched refs:intrstat (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/next68k/include/
H A Dintr.h54 extern volatile u_long *intrstat;
59 #define INTR_OCCURRED(x) (*intrstat & NEXT_I_BIT(x))
/netbsd-current/sys/arch/next68k/next68k/
H A Dautoconf.c70 volatile u_long *intrstat; variable
107 intrstat = (volatile u_long *)IIOV(NEXT_P_INTRSTAT_0);
112 intrstat = (volatile u_long *)IIOV(NEXT_P_INTRSTAT);
120 intrstat = (volatile u_long *)IIOV(rom_intrstat);
122 printf ("intrstat: %p\n", intrstat);
/netbsd-current/sys/arch/hpcmips/vr/
H A Dvrpiu.c571 unsigned int intrstat; local
573 intrstat = vrpiu_read(sc, PIUINT_REG_W);
583 if (intrstat & PIUINT_PADADPINTR) {
592 if (intrstat & PIUINT_PADADPINTR) {
613 unsigned int intrstat, page; local
619 intrstat = vrpiu_read(sc, PIUINT_REG_W);
625 vrpiu_write(sc, PIUINT_REG_W, intrstat & TP_INTR);
629 page = (intrstat & PIUINT_OVP) ? 1 : 0;
630 if (intrstat & (PIUINT_PADPAGE0INTR | PIUINT_PADPAGE1INTR)) {
637 if (intrstat
[all...]
/netbsd-current/sys/arch/next68k/stand/boot/
H A Dscsi.c136 volatile int *intrstat = MON(volatile int *,MG_intrstat); local
143 NDPRINTF((" *intrstat = 0x%x\t*intrmask = 0x%x\n",*intrstat,*intrmask));
145 if (*intrstat & SCSI_INTR)
H A Den.c502 volatile int *intrstat = MON(volatile int *, MG_intrstat); local
507 if (*intrstat & flag)
/netbsd-current/sys/dev/pci/
H A Dcmpci.c509 uint32_t intrstat; local
513 intrstat = bus_space_read_4(sc->sc_iot, sc->sc_ioh,
516 if (!(intrstat & CMPCI_REG_ANY_INTR)) {
524 if (intrstat & CMPCI_REG_CH0_INTR)
527 if (intrstat & CMPCI_REG_CH1_INTR)
531 if (intrstat & CMPCI_REG_CH0_INTR) {
535 if (intrstat & CMPCI_REG_CH1_INTR) {
541 if (intrstat & CMPCI_REG_CH0_INTR)
544 if (intrstat & CMPCI_REG_CH1_INTR)
549 if (intrstat
[all...]
H A Darcmsr.c334 uint32_t reg, intrstat; local
337 intrstat = arc_read(sc, ARC_REG_INTRSTAT);
338 if (intrstat == 0x0) {
343 intrstat &= ARC_REG_INTRSTAT_POSTQUEUE | ARC_REG_INTRSTAT_DOORBELL;
344 arc_write(sc, ARC_REG_INTRSTAT, intrstat);
346 if (intrstat & ARC_REG_INTRSTAT_DOORBELL) {

Completed in 319 milliseconds