Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath5k/
Dpcu.c537 AR5K_REG_DISABLE_BITS(ah, AR5K_RXCFG, AR5K_RXCFG_ZLFDMA); in ath5k_hw_set_rx_filter()
670 AR5K_REG_DISABLE_BITS(ah, AR5K_STA_ID1, AR5K_STA_ID1_PCF); in ath5k_hw_init_beacon_timers()
723 AR5K_REG_DISABLE_BITS(ah, AR5K_STA_ID1, AR5K_STA_ID1_PWR_SV); in ath5k_hw_init_beacon_timers()
854 AR5K_REG_DISABLE_BITS(ah, AR5K_DIAG_SW, AR5K_DIAG_SW_DIS_RX); in ath5k_hw_start_rx_pcu()
910 AR5K_REG_DISABLE_BITS(ah, AR5K_CFG, AR5K_CFG_IBSS); in ath5k_hw_set_opmode()
1006 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.c279 AR5K_REG_DISABLE_BITS(ah, AR5K_QUIET_CTL1, in ath5k_hw_stop_tx_dma()
291 AR5K_REG_DISABLE_BITS(ah, AR5K_DIAG_SW_5211, in ath5k_hw_stop_tx_dma()
303 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.c336 AR5K_REG_DISABLE_BITS(ah, AR5K_PCICFG, in ath5k_hw_set_sleep_clock()
867 AR5K_REG_DISABLE_BITS(ah, AR5K_PHY_DAG_CCK_CTL, in ath5k_hw_tweak_initval_settings()
883 AR5K_REG_DISABLE_BITS(ah, AR5K_TXCFG, in ath5k_hw_tweak_initval_settings()
1377 AR5K_REG_DISABLE_BITS(ah, AR5K_BEACON, AR5K_BEACON_ENABLE); in ath5k_hw_reset()
Dphy.c1698 AR5K_REG_DISABLE_BITS(ah, AR5K_PHY_AGC, AR5K_PHY_AGC_DISABLE); in ath5k_hw_rf5110_calibrate()
1731 AR5K_REG_DISABLE_BITS(ah, AR5K_PHY_AGC, AR5K_PHY_AGC_DISABLE); in ath5k_hw_rf5110_calibrate()
1757 AR5K_REG_DISABLE_BITS(ah, AR5K_DIAG_SW_5210, in ath5k_hw_rf5110_calibrate()
2101 AR5K_REG_DISABLE_BITS(ah, AR5K_PHY_IQ, in ath5k_hw_set_spur_mitigation_filter()
2217 AR5K_REG_DISABLE_BITS(ah, AR5K_PHY_AGCCTL, in ath5k_hw_set_fast_div()
2241 AR5K_REG_DISABLE_BITS(ah, AR5K_PHY_FAST_ANT_DIV, in ath5k_hw_set_fast_div()
2385 AR5K_REG_DISABLE_BITS(ah, AR5K_STA_ID1, AR5K_STA_ID1_ANTENNA_SETTINGS); in ath5k_hw_set_antenna_mode()
3831 AR5K_REG_DISABLE_BITS(ah, AR5K_PHY_RFBUS_REQ, in ath5k_hw_phy_init()
3875 AR5K_REG_DISABLE_BITS(ah, AR5K_TXCFG, in ath5k_hw_phy_init()
Dqcu.c515 AR5K_REG_DISABLE_BITS(ah, AR5K_SIMR2, AR5K_SIMR2_QCU_TXURN); in ath5k_hw_reset_tx_queue()
Dani.c183 AR5K_REG_DISABLE_BITS(ah, AR5K_PHY_WEAK_OFDM_LOW_THR, in ath5k_ani_set_ofdm_weak_signal_detection()
Dath5k.h135 #define AR5K_REG_DISABLE_BITS(ah, _reg, _flags) \ macro
Ddebug.c236 AR5K_REG_DISABLE_BITS(ah, AR5K_BEACON, AR5K_BEACON_ENABLE); in write_file_beacon()