mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-17 20:57:01 +02:00
video: omap: fix coding style on use of spaces
Use one space around (on each side of) the binary '-' operator. Signed-off-by: Dario Binacchi <dariobin@libero.it>
This commit is contained in:
parent
e3f82b80cd
commit
3af43750df
@ -44,7 +44,7 @@
|
|||||||
#define LCD_HFPLSB(x) ((((x) - 1) & GENMASK(7, 0)) << 16)
|
#define LCD_HFPLSB(x) ((((x) - 1) & GENMASK(7, 0)) << 16)
|
||||||
#define LCD_HSWLSB(x) ((((x) - 1) & GENMASK(5, 0)) << 10)
|
#define LCD_HSWLSB(x) ((((x) - 1) & GENMASK(5, 0)) << 10)
|
||||||
#define LCD_HORLSB(x) (((((x) >> 4) - 1) & GENMASK(5, 0)) << 4)
|
#define LCD_HORLSB(x) (((((x) >> 4) - 1) & GENMASK(5, 0)) << 4)
|
||||||
#define LCD_HORMSB(x) (((((x) >> 4)-1) & 0x40) >> 4)
|
#define LCD_HORMSB(x) (((((x) >> 4) - 1) & 0x40) >> 4)
|
||||||
/* LCD Timing_1 Register */
|
/* LCD Timing_1 Register */
|
||||||
#define LCD_VBP(x) (((x) & GENMASK(7, 0)) << 24)
|
#define LCD_VBP(x) (((x) & GENMASK(7, 0)) << 24)
|
||||||
#define LCD_VFP(x) (((x) & GENMASK(7, 0)) << 16)
|
#define LCD_VFP(x) (((x) & GENMASK(7, 0)) << 16)
|
||||||
|
Loading…
Reference in New Issue
Block a user