Searched refs:isr1 (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_interrupts.c | 56 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 D | ar5416_interrupts.c | 70 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 D | loongson64-2k1000.dtsi | 64 reg-names = "main", "isr0", "isr1"; 84 reg-names = "main", "isr0", "isr1";
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | dump.c | 57 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 D | loongson-2k1000.dtsi | 115 reg-names = "main", "isr0", "isr1"; 132 reg-names = "main", "isr0", "isr1";
|
/freebsd/sys/x86/include/ |
H A D | apicreg.h | 143 u_int32_t isr1; PAD3; member
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwm.c | 5085 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()
|