Searched defs:LCD_BPP (Results 1 - 2 of 2) sorted by relevance

/drivers/video/
H A Dbf54x-lq043fb.c101 #define LCD_BPP 24 /* Bit Per Pixel */ macro
228 set_dma_x_count(CH_EPPI0, (LCD_X_RES * LCD_BPP) / DMA_BUS_SIZE);
H A Dbfin-t350mcqb-fb.c57 #define LCD_BPP 24 /* Bit Per Pixel */ macro
177 set_dma_x_count(CH_PPI, (LCD_X_RES * LCD_BPP) / DMA_BUS_SIZE);
431 LCD_X_RES, LCD_Y_RES, LCD_BPP);
474 fbinfo->var.bits_per_pixel = LCD_BPP;
484 fbinfo->fix.smem_len = LCD_X_RES * LCD_Y_RES * LCD_BPP / 8;

Completed in 67 milliseconds