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

/linux-4.4.14/drivers/video/fbdev/
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); bfin_t350mcqb_config_dma()
431 LCD_X_RES, LCD_Y_RES, LCD_BPP); bfin_t350mcqb_probe()
475 fbinfo->var.bits_per_pixel = LCD_BPP; bfin_t350mcqb_probe()
485 fbinfo->fix.smem_len = LCD_X_RES * LCD_Y_RES * LCD_BPP / 8; bfin_t350mcqb_probe()
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); config_dma()

Completed in 63 milliseconds