diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-02-16 02:53:12 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-27 14:52:37 -0500 |
commit | 70768496db9ee27d53d3d03d50c93fbf4c0198a0 (patch) | |
tree | 3ab32b158d56c420029a80d288ec739251f9b665 /drivers/net/wireless/ath9k/reg.h | |
parent | 362695e11a09ff016ef00dc45b934b1daf862091 (diff) |
ath9k: Program the RTC registers correctly
This patch programs the RTC registers of AR9100 chipsets
correctly during chip reset.
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/reg.h')
-rw-r--r-- | drivers/net/wireless/ath9k/reg.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath9k/reg.h b/drivers/net/wireless/ath9k/reg.h index a471832308a0..8d85106d6df2 100644 --- a/drivers/net/wireless/ath9k/reg.h +++ b/drivers/net/wireless/ath9k/reg.h | |||
@@ -977,8 +977,6 @@ enum { | |||
977 | #define AR_RTC_PLL_CLKSEL 0x00000300 | 977 | #define AR_RTC_PLL_CLKSEL 0x00000300 |
978 | #define AR_RTC_PLL_CLKSEL_S 8 | 978 | #define AR_RTC_PLL_CLKSEL_S 8 |
979 | 979 | ||
980 | |||
981 | |||
982 | #define AR_RTC_RESET \ | 980 | #define AR_RTC_RESET \ |
983 | ((AR_SREV_9100(ah)) ? (AR_RTC_BASE + 0x0040) : 0x7040) | 981 | ((AR_SREV_9100(ah)) ? (AR_RTC_BASE + 0x0040) : 0x7040) |
984 | #define AR_RTC_RESET_EN (0x00000001) | 982 | #define AR_RTC_RESET_EN (0x00000001) |
@@ -1015,6 +1013,12 @@ enum { | |||
1015 | #define AR_RTC_INTR_MASK \ | 1013 | #define AR_RTC_INTR_MASK \ |
1016 | ((AR_SREV_9100(ah)) ? (AR_RTC_BASE + 0x0058) : 0x7058) | 1014 | ((AR_SREV_9100(ah)) ? (AR_RTC_BASE + 0x0058) : 0x7058) |
1017 | 1015 | ||
1016 | /* RTC_DERIVED_* - only for AR9100 */ | ||
1017 | |||
1018 | #define AR_RTC_DERIVED_CLK (AR_RTC_BASE + 0x0038) | ||
1019 | #define AR_RTC_DERIVED_CLK_PERIOD 0x0000fffe | ||
1020 | #define AR_RTC_DERIVED_CLK_PERIOD_S 1 | ||
1021 | |||
1018 | #define AR_SEQ_MASK 0x8060 | 1022 | #define AR_SEQ_MASK 0x8060 |
1019 | 1023 | ||
1020 | #define AR_AN_RF2G1_CH0 0x7810 | 1024 | #define AR_AN_RF2G1_CH0 0x7810 |