Searched refs:AR5K_REG_DISABLE_BITS (Results 1 – 6 of 6) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ath5k/ |
D | ath5k_pcu.c | 104 AR5K_REG_DISABLE_BITS(ah, AR5K_STA_ID1, val); in ath5k_hw_set_ack_bitrate_high() 386 AR5K_REG_DISABLE_BITS(ah, AR5K_DIAG_SW, AR5K_DIAG_SW_DIS_RX); in ath5k_hw_start_rx_pcu() 478 AR5K_REG_DISABLE_BITS(ah, AR5K_RXCFG, AR5K_RXCFG_ZLFDMA); in ath5k_hw_set_rx_filter()
|
D | ath5k_reset.c | 462 AR5K_REG_DISABLE_BITS(ah, AR5K_PHY_DAG_CCK_CTL, in ath5k_hw_tweak_initval_settings() 478 AR5K_REG_DISABLE_BITS(ah, AR5K_TXCFG, in ath5k_hw_tweak_initval_settings() 885 AR5K_REG_DISABLE_BITS(ah, AR5K_TXCFG, in ath5k_hw_reset() 1170 AR5K_REG_DISABLE_BITS(ah, AR5K_BEACON, AR5K_BEACON_ENABLE | in ath5k_hw_reset()
|
D | ath5k_dma.c | 222 AR5K_REG_DISABLE_BITS(ah, AR5K_QUIET_CTL1, in ath5k_hw_stop_tx_dma() 234 AR5K_REG_DISABLE_BITS(ah, AR5K_DIAG_SW_5211, in ath5k_hw_stop_tx_dma()
|
D | ath5k_qcu.c | 353 AR5K_REG_DISABLE_BITS(ah, AR5K_SIMR2, AR5K_SIMR2_QCU_TXURN); in ath5k_hw_reset_tx_queue()
|
D | ath5k_phy.c | 1211 AR5K_REG_DISABLE_BITS(ah, AR5K_PHY_AGC, AR5K_PHY_AGC_DISABLE); in ath5k_hw_rf5110_calibrate() 1244 AR5K_REG_DISABLE_BITS(ah, AR5K_PHY_AGC, AR5K_PHY_AGC_DISABLE); in ath5k_hw_rf5110_calibrate() 1272 AR5K_REG_DISABLE_BITS(ah, AR5K_DIAG_SW_5210, in ath5k_hw_rf5110_calibrate()
|
D | ath5k.h | 109 #define AR5K_REG_DISABLE_BITS(ah, _reg, _flags) \ macro
|