Lines Matching refs:fb_buffer
53 static unsigned char *fb_buffer; /* RGB Buffer */ variable
325 dma_desc_table[2*i+1] = (unsigned long)fb_buffer; in config_dma()
331 dma_desc_table[2*i+1] = (unsigned long)fb_buffer + in config_dma()
357 set_dma_start_addr(CH_PPI, (unsigned long) fb_buffer); in config_dma()
706 fb_buffer = dma_alloc_coherent(NULL, TOTAL_VIDEO_MEM_SIZE, in bfin_lq035_probe()
708 if (fb_buffer == NULL) { in bfin_lq035_probe()
726 bfin_lq035_fb.screen_base = (void *)fb_buffer; in bfin_lq035_probe()
727 bfin_lq035_fb_fix.smem_start = (int)fb_buffer; in bfin_lq035_probe()
810 dma_free_coherent(NULL, TOTAL_VIDEO_MEM_SIZE, fb_buffer, 0); in bfin_lq035_probe()
811 fb_buffer = NULL; in bfin_lq035_probe()
821 if (fb_buffer != NULL) in bfin_lq035_remove()
822 dma_free_coherent(NULL, TOTAL_VIDEO_MEM_SIZE, fb_buffer, 0); in bfin_lq035_remove()