Lines Matching refs:base_addr_c
192 unsigned long base_addr_c; member
790 ovl->base_addr_c = ovl->dma_handle in sh_mobile_lcdc_overlay_setup()
861 lcdc_write_overlay(ovl, LDBnBSACR(ovl->index), ovl->base_addr_c); in sh_mobile_lcdc_overlay_setup()
943 lcdc_write_chan(ch, LDSA2R, ch->base_addr_c); in __sh_mobile_lcdc_start()
1024 ch->base_addr_c = ch->dma_handle in sh_mobile_lcdc_start()
1372 unsigned long base_addr_c; in sh_mobile_lcdc_overlay_pan() local
1397 base_addr_c = ovl->dma_handle + ovl->xres_virtual * ovl->yres_virtual in sh_mobile_lcdc_overlay_pan()
1401 ovl->base_addr_c = base_addr_c; in sh_mobile_lcdc_overlay_pan()
1407 lcdc_write_overlay(ovl, LDBnBSACR(ovl->index), ovl->base_addr_c); in sh_mobile_lcdc_overlay_pan()
1686 unsigned long base_addr_y, base_addr_c; in sh_mobile_lcdc_pan() local
1711 base_addr_c = ch->dma_handle + ch->xres_virtual * ch->yres_virtual in sh_mobile_lcdc_pan()
1715 ch->base_addr_c = base_addr_c; in sh_mobile_lcdc_pan()
1720 lcdc_write_chan_mirror(ch, LDSA2R, base_addr_c); in sh_mobile_lcdc_pan()