Searched refs:isr2 (Results 1 – 6 of 6) sorted by relevance
120 uint32_t isr2 = OS_REG_READ(ah, AR_ISR_S2); in ar5416GetPendingInterrupts() local121 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()
63 uint32_t isr2 = OS_REG_READ(ah, AR_ISR_S2); in ar5212GetPendingInterrupts() local64 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()
178 u_int32_t isr2; in ar9300_get_pending_interrupts() local179 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 …]
59 u32 isr2; /* isr status register LMPM_NIC_ISR2: member 256 IWL_ERR(fwrt, "0x%08X | isr2\n", table.isr2); in iwl_fwrt_dump_lmac_error_log()
144 u_int32_t isr2; PAD3; member
5087 uint32_t isr2; /* isr status register LMPM_NIC_ISR2: member5280 device_printf(sc->sc_dev, "%08X | isr2\n", table.isr2); in iwm_nic_error()