target/arm: rename CamelCase symbols
No major cross dependencies, mostly changes internal to each file/function. Change-Id: I3f0879f0f33c6badc36a0dc60229323978a7e280 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/6338 Tested-by: jenkins Reviewed-by: Oleksij Rempel <linux@rempel-privat.de> Reviewed-by: Xiang W <wxjstz@126.com>
This commit is contained in:
@@ -241,7 +241,7 @@ void arm_dpm_report_dscr(struct arm_dpm *dpm, uint32_t dcsr);
|
||||
/* OSLSR (OS Lock Status Register) bits */
|
||||
#define OSLSR_OSLM0 (1 << 0)
|
||||
#define OSLSR_OSLK (1 << 1)
|
||||
#define OSLSR_nTT (1 << 2)
|
||||
#define OSLSR_NTT (1 << 2)
|
||||
#define OSLSR_OSLM1 (1 << 3)
|
||||
#define OSLSR_OSLM (OSLSR_OSLM0|OSLSR_OSLM1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user