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

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_interrupts.c 57 uint32_t isr, isr0, isr1; local in function:ar5212GetPendingInterrupts
94 isr1 = OS_REG_READ(ah, AR_ISR_S1_S);
95 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXERR);
96 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXEOL);
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_interrupts.c 66 uint32_t isr, isr0, isr1, sync_cause; local in function:ar5416GetPendingInterrupts
119 isr1 = OS_REG_READ(ah, AR_ISR_S1_S);
120 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXERR);
121 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXEOL);
  /src/sys/arch/evbmips/loongson/
yeeloong_machdep.c 493 uint isr1, isr2; local in function:lemote_get_isa_isr
495 isr1 = REGVAL8(BONITO_PCIIO_BASE + IO_ICU1);
496 isr1 &= ~(1 << 2);
499 return ((isr2 << 8) | isr1);
  /src/sys/dev/ic/
hd64570.c 584 /* this would deliver transmitter underrun to ST1/ISR1 */
1174 u_int8_t isr0, isr1, isr2; local in function:sca_hardintr
1186 isr1 = sca_read_1(sc, SCA_ISR1);
1189 if (isr0 == 0 && isr1 == 0 && isr2 == 0)
1193 ("isr0 = %02x, isr1 = %02x, isr2 = %02x\n",
1194 isr0, isr1, isr2));
1199 if (isr1 & 0x0f)
1201 isr1 & 0x0f);
1203 if (isr1 & 0xf0)
1205 (isr1 & 0xf0) >> 4)
    [all...]
  /src/sys/arch/sparc64/dev/
sab.c 507 uint8_t isr0, isr1; local in function:sabtty_intr
511 isr1 = SAB_READ(sc, SAB_ISR1);
513 if (isr0 || isr1)
565 if (isr1 & SAB_ISR1_BRKT)
569 if (isr1 & (SAB_ISR1_XPR | SAB_ISR1_ALLS)) {
589 isr1 &= ~SAB_ISR1_ALLS;
602 if ((isr1 & SAB_ISR1_ALLS) && ((sc->sc_txc == 0) ||
  /src/sys/dev/pci/
if_iwm.c 7019 uint32_t isr1; /* isr status register LMPM_NIC_ISR1: member in struct:iwm_error_event_table
7168 aprint_error_dev(sc->sc_dev, "%08X | isr1\n", t.isr1);

Completed in 20 milliseconds