aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/reg.h
diff options
context:
space:
mode:
authorVasanthakumar Thiagarajan <vasanth@atheros.com>2009-01-02 05:05:46 -0500
committerJohn W. Linville <linville@tuxdriver.com>2009-01-29 15:59:46 -0500
commitc97c92d92715ea4ea2d7cf00957e8a014439bdd8 (patch)
treea55e53c304358ebe9987fe73c69ec7ad4b885fe3 /drivers/net/wireless/ath9k/reg.h
parent7d969204882882585336b0fa19ad4587d8fb15a2 (diff)
ath9k: Enable Bluetooth Coexistence support
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath9k/reg.h b/drivers/net/wireless/ath9k/reg.h
index 8cc9beff5ec1..9a615224e4f7 100644
--- a/drivers/net/wireless/ath9k/reg.h
+++ b/drivers/net/wireless/ath9k/reg.h
@@ -897,14 +897,24 @@ enum {
897#define AR_GPIO_INTR_POL_VAL_S 0 897#define AR_GPIO_INTR_POL_VAL_S 0
898 898
899#define AR_GPIO_INPUT_EN_VAL 0x4054 899#define AR_GPIO_INPUT_EN_VAL 0x4054
900#define AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_DEF 0x00000004
901#define AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_S 2
902#define AR_GPIO_INPUT_EN_VAL_BT_FREQUENCY_DEF 0x00000008
903#define AR_GPIO_INPUT_EN_VAL_BT_FREQUENCY_S 3
904#define AR_GPIO_INPUT_EN_VAL_BT_ACTIVE_DEF 0x00000010
905#define AR_GPIO_INPUT_EN_VAL_BT_ACTIVE_S 4
900#define AR_GPIO_INPUT_EN_VAL_RFSILENT_DEF 0x00000080 906#define AR_GPIO_INPUT_EN_VAL_RFSILENT_DEF 0x00000080
901#define AR_GPIO_INPUT_EN_VAL_RFSILENT_DEF_S 7 907#define AR_GPIO_INPUT_EN_VAL_RFSILENT_DEF_S 7
908#define AR_GPIO_INPUT_EN_VAL_BT_ACTIVE_BB 0x00001000
909#define AR_GPIO_INPUT_EN_VAL_BT_ACTIVE_BB_S 12
902#define AR_GPIO_INPUT_EN_VAL_RFSILENT_BB 0x00008000 910#define AR_GPIO_INPUT_EN_VAL_RFSILENT_BB 0x00008000
903#define AR_GPIO_INPUT_EN_VAL_RFSILENT_BB_S 15 911#define AR_GPIO_INPUT_EN_VAL_RFSILENT_BB_S 15
904#define AR_GPIO_RTC_RESET_OVERRIDE_ENABLE 0x00010000 912#define AR_GPIO_RTC_RESET_OVERRIDE_ENABLE 0x00010000
905#define AR_GPIO_JTAG_DISABLE 0x00020000 913#define AR_GPIO_JTAG_DISABLE 0x00020000
906 914
907#define AR_GPIO_INPUT_MUX1 0x4058 915#define AR_GPIO_INPUT_MUX1 0x4058
916#define AR_GPIO_INPUT_MUX1_BT_ACTIVE 0x000f0000
917#define AR_GPIO_INPUT_MUX1_BT_ACTIVE_S 16
908 918
909#define AR_GPIO_INPUT_MUX2 0x405c 919#define AR_GPIO_INPUT_MUX2 0x405c
910#define AR_GPIO_INPUT_MUX2_CLK25 0x0000000f 920#define AR_GPIO_INPUT_MUX2_CLK25 0x0000000f