Home
last modified time | relevance | path

Searched refs:AR5K_RX_FILTER (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath5k/
Dpcu.c487 filter = ath5k_hw_reg_read(ah, AR5K_RX_FILTER); in ath5k_hw_get_rx_filter()
540 ath5k_hw_reg_write(ah, filter & 0xff, AR5K_RX_FILTER); in ath5k_hw_set_rx_filter()
Dreg.h1344 #define AR5K_RX_FILTER (ah->ah_version == AR5K_AR5210 ? \ macro