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

/freebsd-12-stable/sys/dev/scc/
H A Dscc_dev_sab82532.c112 uint8_t isr0, isr1; local
121 isr1 = scc_getreg(bas, ofs + SAB_ISR1);
132 if (isr1 & SAB_ISR1_BRKT)
138 if ((isr0 & SAB_ISR0_CDSC) || (isr1 & SAB_ISR1_CSC))
140 if (isr1 & SAB_ISR1_ALLS)
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c58 uint32_t isr, isr0, isr1; local
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);
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c72 uint32_t isr, isr0, isr1, sync_cause = 0, o_sync_cause = 0; local
184 isr1 = OS_REG_READ(ah, AR_ISR_S1);
185 OS_REG_WRITE(ah, AR_ISR_S1, isr1);
196 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXERR);
197 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXEOL);
/freebsd-12-stable/sys/dev/uart/
H A Duart_dev_sab82532.c543 uint8_t isr0, isr1; local
548 isr1 = uart_getreg(bas, SAB_ISR1);
559 if (isr1 & SAB_ISR1_BRKT)
565 if ((isr0 & SAB_ISR0_CDSC) || (isr1 & SAB_ISR1_CSC))
567 if (isr1 & SAB_ISR1_ALLS)
/freebsd-12-stable/sys/x86/include/
H A Dapicreg.h147 u_int32_t isr1; PAD3; member in struct:LAPIC
/freebsd-12-stable/sys/dev/mn/
H A Dif_mn.c134 u_int8_t isr0, isr1, isr2, isr3, fill6c, fill6d, gis, vstr; member in struct:f54rreg
1008 u |= sc->f54r->isr1 << 16;
/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwm.c5123 uint32_t isr1; /* isr status register LMPM_NIC_ISR1: member in struct:iwm_error_event_table
5317 device_printf(sc->sc_dev, "%08X | isr1\n", table.isr1);

Completed in 144 milliseconds