diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2012-06-25 16:12:20 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-06-27 15:23:16 -0400 |
commit | d2bb2b9e9161d221badafae063d0c62b41bf3078 (patch) | |
tree | bd52178f2089f7069a95ba8bea8f2ce7845ad276 /include/linux/bcma/bcma.h | |
parent | a572ac1a3d37440dc9daf69f9ad63243bef6893f (diff) |
bcma: define some additional cores IDs
Some of them are BCM4706 specific AFAWK. Most of them was confirmed on
Netgear WNDR450.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/bcma/bcma.h')
-rw-r--r-- | include/linux/bcma/bcma.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/bcma/bcma.h b/include/linux/bcma/bcma.h index 8deaf6d050c3..12334f9190cb 100644 --- a/include/linux/bcma/bcma.h +++ b/include/linux/bcma/bcma.h | |||
@@ -70,6 +70,13 @@ struct bcma_host_ops { | |||
70 | 70 | ||
71 | /* Core-ID values. */ | 71 | /* Core-ID values. */ |
72 | #define BCMA_CORE_OOB_ROUTER 0x367 /* Out of band */ | 72 | #define BCMA_CORE_OOB_ROUTER 0x367 /* Out of band */ |
73 | #define BCMA_CORE_4706_CHIPCOMMON 0x500 | ||
74 | #define BCMA_CORE_4706_SOC_RAM 0x50E | ||
75 | #define BCMA_CORE_4706_MAC_GBIT 0x52D | ||
76 | #define BCMA_CORE_AMEMC 0x52E /* DDR1/2 memory controller core */ | ||
77 | #define BCMA_CORE_ALTA 0x534 /* I2S core */ | ||
78 | #define BCMA_CORE_4706_MAC_GBIT_COMMON 0x5DC | ||
79 | #define BCMA_CORE_DDR23_PHY 0x5DD | ||
73 | #define BCMA_CORE_INVALID 0x700 | 80 | #define BCMA_CORE_INVALID 0x700 |
74 | #define BCMA_CORE_CHIPCOMMON 0x800 | 81 | #define BCMA_CORE_CHIPCOMMON 0x800 |
75 | #define BCMA_CORE_ILINE20 0x801 | 82 | #define BCMA_CORE_ILINE20 0x801 |