Lines Matching refs:dma_handle
191 dma_addr_t dma_handle; member
876 ovl->base_addr_y = ovl->dma_handle; in sh_mobile_lcdc_overlay_setup()
877 ovl->base_addr_c = ovl->dma_handle in sh_mobile_lcdc_overlay_setup()
1114 ch->base_addr_y = ch->dma_handle; in sh_mobile_lcdc_start()
1115 ch->base_addr_c = ch->dma_handle in sh_mobile_lcdc_start()
1533 base_addr_y = ovl->dma_handle + y_offset; in sh_mobile_lcdc_overlay_pan()
1534 base_addr_c = ovl->dma_handle + ovl->xres_virtual * ovl->yres_virtual in sh_mobile_lcdc_overlay_pan()
1624 ovl->dma_handle, ovl->fb_size); in sh_mobile_lcdc_overlay_mmap()
1720 info->fix.smem_start = ovl->dma_handle; in sh_mobile_lcdc_overlay_fb_init()
1848 base_addr_y = ch->dma_handle + y_offset; in sh_mobile_lcdc_pan()
1849 base_addr_c = ch->dma_handle + ch->xres_virtual * ch->yres_virtual in sh_mobile_lcdc_pan()
2113 ch->dma_handle, ch->fb_size); in sh_mobile_lcdc_mmap()
2229 info->fix.smem_start = ch->dma_handle; in sh_mobile_lcdc_channel_fb_init()
2460 ovl->fb_mem, ovl->dma_handle); in sh_mobile_lcdc_remove()
2475 ch->fb_mem, ch->dma_handle); in sh_mobile_lcdc_remove()
2581 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()