Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1324867
| From | Paul Burton <paul.burton@imgtec.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 05/15] MIPS: CM: Add CM GCR_BEV_BASE accessors |
| Date | 2016-02-03 04:20 +0100 |
| Message-ID | <qXW95-4Ls-27@gated-at.bofh.it> (permalink) |
| References | <qXW93-4Ls-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Generate accessor functions for the GCR_BEV_BASE register introduced by CM3, for use by a later patch. Signed-off-by: Paul Burton <paul.burton@imgtec.com> --- arch/mips/include/asm/mips-cm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/include/asm/mips-cm.h b/arch/mips/include/asm/mips-cm.h index b196825..1395bbc 100644 --- a/arch/mips/include/asm/mips-cm.h +++ b/arch/mips/include/asm/mips-cm.h @@ -208,6 +208,7 @@ BUILD_CM_RW(l2_config, MIPS_CM_GCB_OFS + 0x130) BUILD_CM_RW(sys_config2, MIPS_CM_GCB_OFS + 0x150) BUILD_CM_RW(l2_pft_control, MIPS_CM_GCB_OFS + 0x300) BUILD_CM_RW(l2_pft_control_b, MIPS_CM_GCB_OFS + 0x308) +BUILD_CM_RW(bev_base, MIPS_CM_GCB_OFS + 0x680) /* Core Local & Core Other register accessor functions */ BUILD_CM_Cx_RW(reset_release, 0x00) -- 2.7.0
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 05/15] MIPS: CM: Add CM GCR_BEV_BASE accessors Paul Burton <paul.burton@imgtec.com> - 2016-02-03 04:20 +0100
csiph-web