Home
last modified time | relevance | path

Searched refs:AR5K_REG_DISABLE_BITS (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/drivers/net/wireless/ath/ath5k/
Dpcu.c533 AR5K_REG_DISABLE_BITS(ah, AR5K_RXCFG, AR5K_RXCFG_ZLFDMA); in ath5k_hw_set_rx_filter()
666 AR5K_REG_DISABLE_BITS(ah, AR5K_STA_ID1, AR5K_STA_ID1_PCF); in ath5k_hw_init_beacon_timers()
718 AR5K_REG_DISABLE_BITS(ah, AR5K_STA_ID1, AR5K_STA_ID1_PWR_SV); in ath5k_hw_init_beacon_timers()
849 AR5K_REG_DISABLE_BITS(ah, AR5K_DIAG_SW, AR5K_DIAG_SW_DIS_RX); in ath5k_hw_start_rx_pcu()
905 AR5K_REG_DISABLE_BITS(ah, AR5K_CFG, AR5K_CFG_IBSS); in ath5k_hw_set_opmode()
1001 AR5K_REG_DISABLE_BITS(ah, AR5K_STA_ID1, val); in ath5k_hw_pcu_init()
Dgpio.c61 AR5K_REG_DISABLE_BITS(ah, AR5K_PCICFG, in ath5k_hw_set_ledstate()
64 AR5K_REG_DISABLE_BITS(ah, AR5K_PCICFG, AR5K_PCICFG_LED); in ath5k_hw_set_ledstate()
Ddma.c277 AR5K_REG_DISABLE_BITS(ah, AR5K_QUIET_CTL1, in ath5k_hw_stop_tx_dma()
289 AR5K_REG_DISABLE_BITS(ah, AR5K_DIAG_SW_5211, in ath5k_hw_stop_tx_dma()
301 AR5K_REG_DISABLE_BITS(ah, AR5K_QUEUE_MISC(queue), in ath5k_hw_stop_tx_dma()
Dcaps.c137 AR5K_REG_DISABLE_BITS(ah, AR5K_STA_ID1, in ath5k_hw_enable_pspoll()
Dreset.c334 AR5K_REG_DISABLE_BITS(ah, AR5K_PCICFG, in ath5k_hw_set_sleep_clock()
865 AR5K_REG_DISABLE_BITS(ah, AR5K_PHY_DAG_CCK_CTL, in ath5k_hw_tweak_initval_settings()
881 AR5K_REG_DISABLE_BITS(ah, AR5K_TXCFG, in ath5k_hw_tweak_initval_settings()
1399 AR5K_REG_DISABLE_BITS(ah, AR5K_BEACON, AR5K_BEACON_ENABLE); in ath5k_hw_reset()
Dphy.c1703 AR5K_REG_DISABLE_BITS(ah, AR5K_PHY_AGC, AR5K_PHY_AGC_DISABLE); in ath5k_hw_rf5110_calibrate()
1736 AR5K_REG_DISABLE_BITS(ah, AR5K_PHY_AGC, AR5K_PHY_AGC_DISABLE); in ath5k_hw_rf5110_calibrate()
1762 AR5K_REG_DISABLE_BITS(ah, AR5K_DIAG_SW_5210, in ath5k_hw_rf5110_calibrate()
2104 AR5K_REG_DISABLE_BITS(ah, AR5K_PHY_IQ, in ath5k_hw_set_spur_mitigation_filter()
2220 AR5K_REG_DISABLE_BITS(ah, AR5K_PHY_AGCCTL, in ath5k_hw_set_fast_div()
2244 AR5K_REG_DISABLE_BITS(ah, AR5K_PHY_FAST_ANT_DIV, in ath5k_hw_set_fast_div()
2393 AR5K_REG_DISABLE_BITS(ah, AR5K_STA_ID1, AR5K_STA_ID1_ANTENNA_SETTINGS); in ath5k_hw_set_antenna_mode()
3823 AR5K_REG_DISABLE_BITS(ah, AR5K_PHY_RFBUS_REQ, in ath5k_hw_phy_init()
3867 AR5K_REG_DISABLE_BITS(ah, AR5K_TXCFG, in ath5k_hw_phy_init()
Dani.c181 AR5K_REG_DISABLE_BITS(ah, AR5K_PHY_WEAK_OFDM_LOW_THR, in ath5k_ani_set_ofdm_weak_signal_detection()
Dqcu.c521 AR5K_REG_DISABLE_BITS(ah, AR5K_SIMR2, AR5K_SIMR2_QCU_TXURN); in ath5k_hw_reset_tx_queue()
Dath5k.h131 #define AR5K_REG_DISABLE_BITS(ah, _reg, _flags) \ macro
Ddebug.c249 AR5K_REG_DISABLE_BITS(ah, AR5K_BEACON, AR5K_BEACON_ENABLE); in write_file_beacon()