diff options
| author | Rafał Miłecki <zajec5@gmail.com> | 2016-07-08 11:14:18 -0400 |
|---|---|---|
| committer | Kalle Valo <kvalo@codeaurora.org> | 2016-07-19 14:13:10 -0400 |
| commit | cc2d1de06f0572a51437d1f31633d81afea5eb47 (patch) | |
| tree | 0723ae5cbce8e496939ad13b8d8523aeb59080ef /include/linux/bcma | |
| parent | cf8c581a0081364ab50e9d93678a778cc0fb1a0a (diff) | |
bcma: define ChipCommon B MII registers
We don't have access to datasheets to document all the bits but we can
name these registers at least.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'include/linux/bcma')
| -rw-r--r-- | include/linux/bcma/bcma_driver_chipcommon.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/bcma/bcma_driver_chipcommon.h b/include/linux/bcma/bcma_driver_chipcommon.h index a5ac2cad5cb7..b20e3d56253f 100644 --- a/include/linux/bcma/bcma_driver_chipcommon.h +++ b/include/linux/bcma/bcma_driver_chipcommon.h | |||
| @@ -504,6 +504,9 @@ | |||
| 504 | #define BCMA_CC_PMU1_PLL0_PC2_NDIV_INT_MASK 0x1ff00000 | 504 | #define BCMA_CC_PMU1_PLL0_PC2_NDIV_INT_MASK 0x1ff00000 |
| 505 | #define BCMA_CC_PMU1_PLL0_PC2_NDIV_INT_SHIFT 20 | 505 | #define BCMA_CC_PMU1_PLL0_PC2_NDIV_INT_SHIFT 20 |
| 506 | 506 | ||
| 507 | #define BCMA_CCB_MII_MNG_CTL 0x0000 | ||
| 508 | #define BCMA_CCB_MII_MNG_CMD_DATA 0x0004 | ||
| 509 | |||
| 507 | /* BCM4331 ChipControl numbers. */ | 510 | /* BCM4331 ChipControl numbers. */ |
| 508 | #define BCMA_CHIPCTL_4331_BT_COEXIST BIT(0) /* 0 disable */ | 511 | #define BCMA_CHIPCTL_4331_BT_COEXIST BIT(0) /* 0 disable */ |
| 509 | #define BCMA_CHIPCTL_4331_SECI BIT(1) /* 0 SECI is disabled (JATG functional) */ | 512 | #define BCMA_CHIPCTL_4331_SECI BIT(1) /* 0 SECI is disabled (JATG functional) */ |
