include: use lowercase hex prefix style
Use consistent lowercase hex prefix style in include/* Signed-off-by: E Shattow <e@freeshell.de>
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
#define PRSSTAT_CINS (0x00010000)
|
||||
#define PRSSTAT_BREN (0x00000800)
|
||||
#define PRSSTAT_BWEN (0x00000400)
|
||||
#define PRSSTAT_SDSTB (0X00000008)
|
||||
#define PRSSTAT_SDSTB (0x00000008)
|
||||
#define PRSSTAT_DLA (0x00000004)
|
||||
#define PRSSTAT_CICHB (0x00000002)
|
||||
#define PRSSTAT_CIDHB (0x00000001)
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
#define PRSSTAT_BREN (0x00000800)
|
||||
#define PRSSTAT_BWEN (0x00000400)
|
||||
#define PRSSTAT_SDOFF (0x00000080)
|
||||
#define PRSSTAT_SDSTB (0X00000008)
|
||||
#define PRSSTAT_SDSTB (0x00000008)
|
||||
#define PRSSTAT_DLA (0x00000004)
|
||||
#define PRSSTAT_CICHB (0x00000002)
|
||||
#define PRSSTAT_CIDHB (0x00000001)
|
||||
|
||||
@@ -161,7 +161,7 @@
|
||||
/* SWx Output Volts */
|
||||
#define SWX_OUT_MASK 0x1F
|
||||
#define SWX_OUT_1_25 0x1A
|
||||
#define SWX_OUT_1_30 0X1C
|
||||
#define SWX_OUT_1_30 0x1C
|
||||
|
||||
/* Buck Switchers (SW1,2,3,4) Output Voltage */
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user