与LCD_BPP相关的函数
board/freescale/mx6q_sabresd/mx6q_sabresd.c: panel_info.vl_bpix = LCD_BPP;
common/lcd.c: off = x * (1 << LCD_BPP) % 8;
common/lcd.c:#if LCD_BPP == LCD_MONOCHROME
common/lcd.c:#if LCD_BPP == LCD_MONOCHROME
common/lcd.c:#elif LCD_BPP == LCD_COLOR8
common/lcd.c:#elif LCD_BPP == LCD_COLOR16
common/lcd.c:#elif LCD_BPP == LCD_COLOR24
common/lcd.c:#if LCD_BPP == LCD_MONOCHROME
common/lcd.c:#if LCD_BPP == LCD_MONOCHROME
common/lcd.c:#elif LCD_BPP == LCD_COLOR8
drivers/video/mxc_ipuv3_fb.c: panel_info.vl_bpix = LCD_BPP;
include/lcd.h:#ifndef LCD_BPP
include/lcd.h:# define LCD_BPP LCD_COLOR8
include/lcd.h:#if LCD_BPP == LCD_MONOCHROME
include/lcd.h:#elif LCD_BPP == LCD_COLOR8
include/lcd.h:#if LCD_BPP == LCD_MONOCHROME
include/lcd.h:#elif (LCD_BPP == LCD_COLOR8) || (LCD_BPP == LCD_COLOR16) || (LCD_ BPP == LCD_COLOR24)
include/configs/mx6q_sabresd.h: #define LCD_BPP LCD_COLOR16