Lines Matching defs:bits
604 * Read back AR_WA(ah) into a permanent copy and set bits 14 and 17.
2879 u32 bits = REG_READ(ah, AR_RX_FILTER);
2883 bits |= ATH9K_RX_FILTER_PHYRADAR;
2885 bits |= ATH9K_RX_FILTER_PHYERR;
2887 return bits;
2891 void ath9k_hw_setrxfilter(struct ath_hw *ah, u32 bits)
2897 REG_WRITE(ah, AR_RX_FILTER, bits);
2900 if (bits & ATH9K_RX_FILTER_PHYRADAR)
2902 if (bits & ATH9K_RX_FILTER_PHYERR)
3215 /* Clear generic timer enable bits. */