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

/linux-4.4.14/drivers/video/fbdev/
H A Dbfin-t350mcqb-fb.c79 #define ACTIVE_VIDEO_MEM_OFFSET (U_LINE * H_ACTPIX) macro
495 ACTIVE_VIDEO_MEM_OFFSET, bfin_t350mcqb_probe()
505 fbinfo->screen_base = (void *)info->fb_buffer + ACTIVE_VIDEO_MEM_OFFSET; bfin_t350mcqb_probe()
506 fbinfo->fix.smem_start = (int)info->fb_buffer + ACTIVE_VIDEO_MEM_OFFSET; bfin_t350mcqb_probe()
574 dma_free_coherent(NULL, fbinfo->fix.smem_len + ACTIVE_VIDEO_MEM_OFFSET, bfin_t350mcqb_probe()
598 ACTIVE_VIDEO_MEM_OFFSET, info->fb_buffer, bfin_t350mcqb_remove()
H A Dbf537-lq035.c237 #define ACTIVE_VIDEO_MEM_OFFSET (LCD_X_RES*START_LINES*(LCD_BBP/8)) macro
736 bfin_lq035_fb.screen_base += ACTIVE_VIDEO_MEM_OFFSET; bfin_lq035_probe()
737 bfin_lq035_fb_fix.smem_start += ACTIVE_VIDEO_MEM_OFFSET; bfin_lq035_probe()

Completed in 87 milliseconds