Searched refs:AR_DIAG_RX_DIS (Results 1 - 5 of 5) sorted by path

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar5008_phy.c645 REG_SET_BIT(ah, AR_DIAG_SW, (AR_DIAG_RX_DIS | AR_DIAG_RX_ABORT));
H A Dar9002_phy.c559 REG_CLR_BIT(ah, AR_DIAG_SW, AR_DIAG_RX_DIS);
572 REG_SET_BIT(ah, AR_DIAG_SW, AR_DIAG_RX_DIS);
H A Dar9003_phy.c694 REG_SET_BIT(ah, AR_DIAG_SW, (AR_DIAG_RX_DIS | AR_DIAG_RX_ABORT));
1796 REG_CLR_BIT(ah, AR_DIAG_SW, AR_DIAG_RX_DIS);
1809 REG_SET_BIT(ah, AR_DIAG_SW, AR_DIAG_RX_DIS);
H A Dmac.c645 (AR_DIAG_RX_DIS | AR_DIAG_RX_ABORT));
650 (AR_DIAG_RX_DIS |
662 (AR_DIAG_RX_DIS | AR_DIAG_RX_ABORT));
681 REG_CLR_BIT(ah, AR_DIAG_SW, (AR_DIAG_RX_DIS | AR_DIAG_RX_ABORT));
687 REG_SET_BIT(ah, AR_DIAG_SW, AR_DIAG_RX_ABORT | AR_DIAG_RX_DIS);
H A Dreg.h1684 * RX block (AR_DIAG_RX_DIS, bit 5) to help fast channel change to shut down
1686 * transferred between the MAC and baseband. The RX block bit (AR_DIAG_RX_DIS)
1695 #define AR_DIAG_RX_DIS 0x00000020 /* RX block */ macro

Completed in 225 milliseconds