projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74fda97
)
iwlwifi: added HBUS_TARG_TEST_REG
author
Amit Beka
<amit.beka@intel.com>
Sun, 19 Feb 2012 09:07:46 +0000
(11:07 +0200)
committer
Wey-Yi Guy
<wey-yi.w.guy@intel.com>
Mon, 16 Apr 2012 21:35:32 +0000
(14:35 -0700)
This register is used to enable some debug mechanisms.
Signed-off-by: Amit Beka <amit.beka@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
drivers/net/wireless/iwlwifi/iwl-csr.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-csr.h
b/drivers/net/wireless/iwlwifi/iwl-csr.h
index 5f96ce105f08c1916abd41246a57b1ce610b3082..59750543fce7366ce68ccafa7bfeab2c4e923b54 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/iwl-csr.h
+++ b/
drivers/net/wireless/iwlwifi/iwl-csr.h
@@
-430,6
+430,9
@@
#define HBUS_TARG_PRPH_WDAT (HBUS_BASE+0x04c)
#define HBUS_TARG_PRPH_RDAT (HBUS_BASE+0x050)
+/* Used to enable DBGM */
+#define HBUS_TARG_TEST_REG (HBUS_BASE+0x05c)
+
/*
* Per-Tx-queue write pointer (index, really!)
* Indicates index to next TFD that driver will fill (1 past latest filled).