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

/freebsd-11-stable/sys/dev/scc/
H A Dscc_dev_sab82532.c110 uint8_t isr0, isr1; local
119 isr1 = scc_getreg(bas, ofs + SAB_ISR1);
130 if (isr1 & SAB_ISR1_BRKT)
136 if ((isr0 & SAB_ISR0_CDSC) || (isr1 & SAB_ISR1_CSC))
138 if (isr1 & SAB_ISR1_ALLS)
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c57 uint32_t isr, isr0, isr1; local
93 isr1 = OS_REG_READ(ah, AR_ISR_S1_S);
94 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXERR);
95 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXEOL);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c70 uint32_t isr, isr0, isr1, sync_cause = 0, o_sync_cause = 0; local
182 isr1 = OS_REG_READ(ah, AR_ISR_S1);
183 OS_REG_WRITE(ah, AR_ISR_S1, isr1);
194 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXERR);
195 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXEOL);
/freebsd-11-stable/sys/dev/uart/
H A Duart_dev_sab82532.c541 uint8_t isr0, isr1; local
546 isr1 = uart_getreg(bas, SAB_ISR1);
557 if (isr1 & SAB_ISR1_BRKT)
563 if ((isr0 & SAB_ISR0_CDSC) || (isr1 & SAB_ISR1_CSC))
565 if (isr1 & SAB_ISR1_ALLS)
/freebsd-11-stable/sys/x86/include/
H A Dapicreg.h145 u_int32_t isr1; PAD3; member in struct:LAPIC
/freebsd-11-stable/sys/dev/mn/
H A Dif_mn.c132 u_int8_t isr0, isr1, isr2, isr3, fill6c, fill6d, gis, vstr; member in struct:f54rreg
1006 u |= sc->f54r->isr1 << 16;
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c5090 uint32_t isr1; /* isr status register LMPM_NIC_ISR1: member in struct:iwm_error_event_table
5284 device_printf(sc->sc_dev, "%08X | isr1\n", table.isr1);

Completed in 188 milliseconds