Home
last modified time | relevance | path

Searched refs:AR5K_PHY_AGC (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dinitvals.c93 { AR5K_PHY_AGC, 0x00000000 },
306 { AR5K_PHY_AGC, 0x00000000 },
768 { AR5K_PHY_AGC, 0x00000000 },
824 { AR5K_PHY_AGC, 0x00000000 },
921 { AR5K_PHY_AGC, 0x00000000 },
1030 { AR5K_PHY_AGC, 0x00000000 },
1167 { AR5K_PHY_AGC, 0x00000000 },
1522 AR5K_PHY_AGC); in ath5k_hw_write_initvals()
1545 ath5k_hw_reg_write(ah, 0x00004000, AR5K_PHY_AGC); in ath5k_hw_write_initvals()
H A Dphy.c1688 AR5K_REG_ENABLE_BITS(ah, AR5K_PHY_AGC, AR5K_PHY_AGC_DISABLE); in ath5k_hw_rf5110_calibrate()
1698 AR5K_REG_DISABLE_BITS(ah, AR5K_PHY_AGC, AR5K_PHY_AGC_DISABLE); in ath5k_hw_rf5110_calibrate()
1728 AR5K_REG_ENABLE_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()
H A Dreg.h1891 #define AR5K_PHY_AGC 0x9808 /* Register Address */ macro