Lines Matching refs:base_addr_c
193 unsigned long base_addr_c; member
879 ovl->base_addr_c = ovl->dma_handle in sh_mobile_lcdc_overlay_setup()
950 lcdc_write_overlay(ovl, LDBnBSACR(ovl->index), ovl->base_addr_c); in sh_mobile_lcdc_overlay_setup()
1032 lcdc_write_chan(ch, LDSA2R, ch->base_addr_c); in __sh_mobile_lcdc_start()
1117 ch->base_addr_c = ch->dma_handle in sh_mobile_lcdc_start()
1155 ch->base_addr_y, ch->base_addr_c, in sh_mobile_lcdc_start()
1156 &ch->base_addr_y, &ch->base_addr_c); in sh_mobile_lcdc_start()
1511 unsigned long base_addr_c; in sh_mobile_lcdc_overlay_pan() local
1536 base_addr_c = ovl->dma_handle + ovl->xres_virtual * ovl->yres_virtual in sh_mobile_lcdc_overlay_pan()
1540 ovl->base_addr_c = base_addr_c; in sh_mobile_lcdc_overlay_pan()
1546 lcdc_write_overlay(ovl, LDBnBSACR(ovl->index), ovl->base_addr_c); in sh_mobile_lcdc_overlay_pan()
1826 unsigned long base_addr_y, base_addr_c; in sh_mobile_lcdc_pan() local
1851 base_addr_c = ch->dma_handle + ch->xres_virtual * ch->yres_virtual in sh_mobile_lcdc_pan()
1856 base_addr_y, base_addr_c, in sh_mobile_lcdc_pan()
1857 &base_addr_y, &base_addr_c); in sh_mobile_lcdc_pan()
1860 ch->base_addr_c = base_addr_c; in sh_mobile_lcdc_pan()
1865 lcdc_write_chan_mirror(ch, LDSA2R, base_addr_c); in sh_mobile_lcdc_pan()