Lines Matching refs:dma_handle
191 dma_addr_t dma_handle; member
878 ovl->base_addr_y = ovl->dma_handle; in sh_mobile_lcdc_overlay_setup()
879 ovl->base_addr_c = ovl->dma_handle in sh_mobile_lcdc_overlay_setup()
1116 ch->base_addr_y = ch->dma_handle; in sh_mobile_lcdc_start()
1117 ch->base_addr_c = ch->dma_handle in sh_mobile_lcdc_start()
1535 base_addr_y = ovl->dma_handle + y_offset; in sh_mobile_lcdc_overlay_pan()
1536 base_addr_c = ovl->dma_handle + ovl->xres_virtual * ovl->yres_virtual in sh_mobile_lcdc_overlay_pan()
1626 ovl->dma_handle, ovl->fb_size); in sh_mobile_lcdc_overlay_mmap()
1722 info->fix.smem_start = ovl->dma_handle; in sh_mobile_lcdc_overlay_fb_init()
1850 base_addr_y = ch->dma_handle + y_offset; in sh_mobile_lcdc_pan()
1851 base_addr_c = ch->dma_handle + ch->xres_virtual * ch->yres_virtual in sh_mobile_lcdc_pan()
2115 ch->dma_handle, ch->fb_size); in sh_mobile_lcdc_mmap()
2230 info->fix.smem_start = ch->dma_handle; in sh_mobile_lcdc_channel_fb_init()
2461 ovl->fb_mem, ovl->dma_handle); in sh_mobile_lcdc_remove()
2476 ch->fb_mem, ch->dma_handle); in sh_mobile_lcdc_remove()
2582 ovl->fb_mem = dma_alloc_coherent(dev, ovl->fb_size, &ovl->dma_handle, in sh_mobile_lcdc_overlay_init()
2677 ch->fb_mem = dma_alloc_coherent(dev, ch->fb_size, &ch->dma_handle, in sh_mobile_lcdc_channel_init()