aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/b43.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/b43/b43.h')
-rw-r--r--drivers/net/wireless/b43/b43.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/b43.h b/drivers/net/wireless/b43/b43.h
index 813b2409f0c3..bcaa60924381 100644
--- a/drivers/net/wireless/b43/b43.h
+++ b/drivers/net/wireless/b43/b43.h
@@ -50,6 +50,9 @@
50#define B43_MMIO_XMITSTAT_1 0x174 50#define B43_MMIO_XMITSTAT_1 0x174
51#define B43_MMIO_REV3PLUS_TSF_LOW 0x180 /* core rev >= 3 only */ 51#define B43_MMIO_REV3PLUS_TSF_LOW 0x180 /* core rev >= 3 only */
52#define B43_MMIO_REV3PLUS_TSF_HIGH 0x184 /* core rev >= 3 only */ 52#define B43_MMIO_REV3PLUS_TSF_HIGH 0x184 /* core rev >= 3 only */
53#define B43_MMIO_TSF_CFP_REP 0x188
54#define B43_MMIO_TSF_CFP_START 0x18C
55#define B43_MMIO_TSF_CFP_MAXDUR 0x190
53 56
54/* 32-bit DMA */ 57/* 32-bit DMA */
55#define B43_MMIO_DMA32_BASE0 0x200 58#define B43_MMIO_DMA32_BASE0 0x200
@@ -88,6 +91,8 @@
88#define B43_MMIO_RADIO_HWENABLED_LO 0x49A 91#define B43_MMIO_RADIO_HWENABLED_LO 0x49A
89#define B43_MMIO_GPIO_CONTROL 0x49C 92#define B43_MMIO_GPIO_CONTROL 0x49C
90#define B43_MMIO_GPIO_MASK 0x49E 93#define B43_MMIO_GPIO_MASK 0x49E
94#define B43_MMIO_TSF_CFP_START_LOW 0x604
95#define B43_MMIO_TSF_CFP_START_HIGH 0x606
91#define B43_MMIO_TSF_0 0x632 /* core rev < 3 only */ 96#define B43_MMIO_TSF_0 0x632 /* core rev < 3 only */
92#define B43_MMIO_TSF_1 0x634 /* core rev < 3 only */ 97#define B43_MMIO_TSF_1 0x634 /* core rev < 3 only */
93#define B43_MMIO_TSF_2 0x636 /* core rev < 3 only */ 98#define B43_MMIO_TSF_2 0x636 /* core rev < 3 only */