Home
last modified time | relevance | path

Searched refs:ah_mask2Reg (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_interrupts.c637 ahp->ah_mask2Reg &= ~(AR_IMR_S2_TIM |
646 ahp->ah_mask2Reg |= mask2;
647 OS_REG_WRITE(ah, AR_IMR_S2, ahp->ah_mask2Reg );
H A Dar9300_xmit.c241 ahp->ah_mask2Reg = OS_REG_READ(ah, AR_IMR_S2); in set_tx_q_interrupts()
H A Dar9300.h421 u_int32_t ah_mask2Reg; /* copy of AR_IMR_S2 */ member
H A Dar9300_reset.c4215 ahp->ah_mask2Reg = OS_REG_READ(ah, AR_IMR_S2); in ar9300_init_interrupt_masks()