Searched refs:isr2 (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/dev/ath/ath_hal/ar5416/ |
| H A D | ar5416_interrupts.c | 120 uint32_t isr2 = OS_REG_READ(ah, AR_ISR_S2); in ar5416GetPendingInterrupts() local 121 if (isr2 & AR_ISR_S2_TIM) in ar5416GetPendingInterrupts() 123 if (isr2 & AR_ISR_S2_DTIM) in ar5416GetPendingInterrupts() 125 if (isr2 & AR_ISR_S2_DTIMSYNC) in ar5416GetPendingInterrupts() 127 if (isr2 & (AR_ISR_S2_CABEND )) in ar5416GetPendingInterrupts() 129 if (isr2 & AR_ISR_S2_GTT) in ar5416GetPendingInterrupts() 131 if (isr2 & AR_ISR_S2_CST) in ar5416GetPendingInterrupts() 133 if (isr2 & AR_ISR_S2_TSFOOR) in ar5416GetPendingInterrupts() 140 OS_REG_WRITE(ah, AR_ISR_S2, isr2); in ar5416GetPendingInterrupts()
|
| /freebsd/sys/dev/ath/ath_hal/ar5212/ |
| H A D | ar5212_interrupts.c | 63 uint32_t isr2 = OS_REG_READ(ah, AR_ISR_S2); in ar5212GetPendingInterrupts() local 64 if (isr2 & AR_ISR_S2_TIM) in ar5212GetPendingInterrupts() 66 if (isr2 & AR_ISR_S2_DTIM) in ar5212GetPendingInterrupts() 68 if (isr2 & AR_ISR_S2_DTIMSYNC) in ar5212GetPendingInterrupts() 70 if (isr2 & AR_ISR_S2_CABEND) in ar5212GetPendingInterrupts() 72 if (isr2 & AR_ISR_S2_TBTT) in ar5212GetPendingInterrupts()
|
| /freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_interrupts.c | 178 u_int32_t isr2; in ar9300_get_pending_interrupts() local 179 isr2 = OS_REG_READ(ah, AR_ISR_S2); in ar9300_get_pending_interrupts() 182 mask2 |= ((isr2 & AR_ISR_S2_TIM) >> MAP_ISR_S2_HAL_TIM); in ar9300_get_pending_interrupts() 183 mask2 |= ((isr2 & AR_ISR_S2_DTIM) >> MAP_ISR_S2_HAL_DTIM); in ar9300_get_pending_interrupts() 184 mask2 |= ((isr2 & AR_ISR_S2_DTIMSYNC) >> MAP_ISR_S2_HAL_DTIMSYNC); in ar9300_get_pending_interrupts() 185 mask2 |= ((isr2 & AR_ISR_S2_CABEND) >> MAP_ISR_S2_HAL_CABEND); in ar9300_get_pending_interrupts() 186 mask2 |= ((isr2 & AR_ISR_S2_GTT) << MAP_ISR_S2_HAL_GTT); in ar9300_get_pending_interrupts() 187 mask2 |= ((isr2 & AR_ISR_S2_CST) << MAP_ISR_S2_HAL_CST); in ar9300_get_pending_interrupts() 188 mask2 |= ((isr2 & AR_ISR_S2_TSFOOR) >> MAP_ISR_S2_HAL_TSFOOR); in ar9300_get_pending_interrupts() 189 mask2 |= ((isr2 & AR_ISR_S2_BBPANIC) >> MAP_ISR_S2_HAL_BBPANIC); in ar9300_get_pending_interrupts() [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/ |
| H A D | dump.c | 52 u32 isr2; /* isr status register LMPM_NIC_ISR2: member 224 IWL_ERR(fwrt, "0x%08X | isr2\n", table.isr2); in iwl_fwrt_dump_lmac_error_log()
|
| /freebsd/sys/x86/include/ |
| H A D | apicreg.h | 144 u_int32_t isr2; PAD3; member
|
| /freebsd/sys/dev/iwm/ |
| H A D | if_iwm.c | 5091 uint32_t isr2; /* isr status register LMPM_NIC_ISR2: member 5284 device_printf(sc->sc_dev, "%08X | isr2\n", table.isr2); in iwm_nic_error()
|
| /freebsd/sys/dev/iwx/ |
| H A D | if_iwx.c | 8748 uint32_t isr2; /* isr status register LMPM_NIC_ISR2: member 8952 printf("%s: %08X | isr2\n", DEVNAME(sc), table.isr2); in iwx_nic_error()
|