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

/freebsd-13-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-13-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-13-stable/sys/x86/include/
H A Dapicreg.h145 u_int32_t isr1; PAD3; member in struct:LAPIC
/freebsd-13-stable/sys/dev/mn/
H A Dif_mn.c134 u_int8_t isr0, isr1, isr2, isr3, fill6c, fill6d, gis, vstr; member in struct:f54rreg
1005 u |= sc->f54r->isr1 << 16;
/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm.c5128 uint32_t isr1; /* isr status register LMPM_NIC_ISR1: member in struct:iwm_error_event_table
5322 device_printf(sc->sc_dev, "%08X | isr1\n", table.isr1);

Completed in 103 milliseconds