Searched refs:AR_IMR_S2_GTT (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c332 mask2 |= AR_IMR_S2_GTT;
349 AR_IMR_S2_GTT |
H A Dar5416reg.h342 #define AR_IMR_S2_GTT 0x00800000 /* Global transmit timeout */ macro
H A Dar5416_reset.c698 OS_REG_READ(ah, AR_IMR_S2) | AR_IMR_S2_GTT | AR_IMR_S2_CST);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_interrupts.c615 mask2 |= AR_IMR_S2_GTT;
643 AR_IMR_S2_GTT |
H A Dar9300reg.h371 #define AR_IMR_S2_GTT 0x00800000 // Global transmit timeout macro
H A Dar9300_reset.c4176 OS_REG_WRITE(ah, AR_IMR_S2, OS_REG_READ(ah, AR_IMR_S2) | AR_IMR_S2_GTT);

Completed in 268 milliseconds