Searched refs:AR_DIAG_RX_DIS (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dmac.c737 (AR_DIAG_RX_DIS | AR_DIAG_RX_ABORT));
742 (AR_DIAG_RX_DIS |
754 (AR_DIAG_RX_DIS | AR_DIAG_RX_ABORT));
773 REG_CLR_BIT(ah, AR_DIAG_SW, (AR_DIAG_RX_DIS | AR_DIAG_RX_ABORT));
779 REG_SET_BIT(ah, AR_DIAG_SW, AR_DIAG_RX_DIS);
787 REG_SET_BIT(ah, AR_DIAG_SW, AR_DIAG_RX_ABORT | AR_DIAG_RX_DIS);
H A Dar9003_phy.c502 REG_SET_BIT(ah, AR_DIAG_SW, (AR_DIAG_RX_DIS | AR_DIAG_RX_ABORT));
H A Dar5008_phy.c663 REG_SET_BIT(ah, AR_DIAG_SW, (AR_DIAG_RX_DIS | AR_DIAG_RX_ABORT));
H A Dreg.h1458 * RX block (AR_DIAG_RX_DIS, bit 5) to help fast channel change to shut down
1460 * transferred between the MAC and baseband. The RX block bit (AR_DIAG_RX_DIS)
1469 #define AR_DIAG_RX_DIS 0x00000020 /* RX block */ macro

Completed in 143 milliseconds