Lines Matching refs:start
372 u32 start;
380 start = (info->fix.line_length >> 1) * var->yoffset;
384 s1d13xxxfb_writereg(par, S1DREG_LCD_DISP_START0, (start & 0xff));
385 s1d13xxxfb_writereg(par, S1DREG_LCD_DISP_START1, ((start >> 8) & 0xff));
386 s1d13xxxfb_writereg(par, S1DREG_LCD_DISP_START2, ((start >> 16) & 0x0f));
389 s1d13xxxfb_writereg(par, S1DREG_CRT_DISP_START0, (start & 0xff));
390 s1d13xxxfb_writereg(par, S1DREG_CRT_DISP_START1, ((start >> 8) & 0xff));
391 s1d13xxxfb_writereg(par, S1DREG_CRT_DISP_START2, ((start >> 16) & 0x0f));
746 release_mem_region(pdev->resource[0].start,
748 release_mem_region(pdev->resource[1].start,
796 if (!request_mem_region(pdev->resource[0].start,
803 if (!request_mem_region(pdev->resource[1].start,
818 default_par->regs = ioremap(pdev->resource[1].start,
827 info->screen_base = ioremap(pdev->resource[0].start,
865 info->fix.mmio_start = pdev->resource[1].start;
867 info->fix.smem_start = pdev->resource[0].start;