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

/freebsd-current/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c56 uint32_t isr, isr0, isr1; local
92 isr1 = OS_REG_READ(ah, AR_ISR_S1_S);
93 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXERR);
94 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXEOL);
/freebsd-current/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-current/sys/contrib/dev/iwlwifi/fw/
H A Ddump.c57 u32 isr1; /* isr status register LMPM_NIC_ISR1: member in struct:iwl_error_event_table
256 IWL_ERR(fwrt, "0x%08X | isr1\n", table.isr1);
/freebsd-current/sys/x86/include/
H A Dapicreg.h143 u_int32_t isr1; PAD3; member in struct:LAPIC
/freebsd-current/sys/dev/iwm/
H A Dif_iwm.c5034 uint32_t isr1; /* isr status register LMPM_NIC_ISR1: member in struct:iwm_error_event_table
5228 device_printf(sc->sc_dev, "%08X | isr1\n", table.isr1);

Completed in 152 milliseconds