Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c56 uint32_t isr, isr0, isr1; in ar5212GetPendingInterrupts() local
92 isr1 = OS_REG_READ(ah, AR_ISR_S1_S); in ar5212GetPendingInterrupts()
93 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXERR); in ar5212GetPendingInterrupts()
94 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXEOL); in ar5212GetPendingInterrupts()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c70 uint32_t isr, isr0, isr1, sync_cause = 0, o_sync_cause = 0; in ar5416GetPendingInterrupts() local
182 isr1 = OS_REG_READ(ah, AR_ISR_S1); in ar5416GetPendingInterrupts()
183 OS_REG_WRITE(ah, AR_ISR_S1, isr1); in ar5416GetPendingInterrupts()
194 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXERR); in ar5416GetPendingInterrupts()
195 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXEOL); in ar5416GetPendingInterrupts()
/freebsd/sys/contrib/device-tree/src/mips/loongson/
H A Dloongson64-2k1000.dtsi64 reg-names = "main", "isr0", "isr1";
84 reg-names = "main", "isr0", "isr1";
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Ddump.c57 u32 isr1; /* isr status register LMPM_NIC_ISR1: member
255 IWL_ERR(fwrt, "0x%08X | isr1\n", table.isr1); in iwl_fwrt_dump_lmac_error_log()
/freebsd/sys/contrib/device-tree/src/loongarch/
H A Dloongson-2k1000.dtsi115 reg-names = "main", "isr0", "isr1";
132 reg-names = "main", "isr0", "isr1";
/freebsd/sys/x86/include/
H A Dapicreg.h143 u_int32_t isr1; PAD3; member
/freebsd/sys/dev/iwm/
H A Dif_iwm.c5085 uint32_t isr1; /* isr status register LMPM_NIC_ISR1: member
5279 device_printf(sc->sc_dev, "%08X | isr1\n", table.isr1); in iwm_nic_error()