HomeSort by: relevance | last modified time | path
    Searched defs:intrstat (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/next68k/next68k/
autoconf.c 70 volatile u_long *intrstat; variable in typeref:typename:volatile u_long *
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);
  /src/sys/arch/next68k/stand/boot/
scsi.c 136 volatile int *intrstat = MON(volatile int *,MG_intrstat); local in function:scsi_wait_for_intr
143 NDPRINTF((" *intrstat = 0x%x\t*intrmask = 0x%x\n",*intrstat,*intrmask));
145 if (*intrstat & SCSI_INTR)
en.c 502 volatile int *intrstat = MON(volatile int *, MG_intrstat); local in function:en_wait_for_intr
507 if (*intrstat & flag)
  /src/sys/dev/pci/
cmpci.c 509 uint32_t intrstat; local in function:cmpci_intr
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 & CMPCI_REG_UART_INTR && sc_mpu != NULL
    [all...]
arcmsr.c 334 uint32_t reg, intrstat; local in function:arc_intr
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) {
  /src/sys/arch/hpcmips/vr/
vrpiu.c 571 unsigned int intrstat; local in function:vrpiu_ad_intr
573 intrstat = vrpiu_read(sc, PIUINT_REG_W);
583 if (intrstat & PIUINT_PADADPINTR) {
592 if (intrstat & PIUINT_PADADPINTR) {
613 unsigned int intrstat, page; local in function:vrpiu_tp_intr
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 & PIUINT_PADDLOSTINTR)
    [all...]

Completed in 17 milliseconds