Home
last modified time | relevance | path

Searched refs:yoff (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/aty/
Dmach64_cursor.c70 u16 xoff, yoff; in atyfb_cursor() local
100 yoff = -y; in atyfb_cursor()
103 yoff = 0; in atyfb_cursor()
117 aty_st_le32(CUR_OFFSET, (info->fix.smem_len >> 3) + (yoff << 1), par); in atyfb_cursor()
119 ((u32) (64 - h + yoff) << 16) | xoff, par); in atyfb_cursor()
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dps3fb.h41 __u32 yoff; /* margine y */ member
/linux-4.4.14/drivers/media/pci/zoran/
Dzr36016.c279 zr36016_writei(ptr, ZR016I_NAY_HI, ptr->yoff >> 8); in zr36016_init()
280 zr36016_writei(ptr, ZR016I_NAY_LO, ptr->yoff & 0xFF); in zr36016_init()
341 ptr->yoff = norm->VStart + cap->y; in zr36016_set_video()
Dzr36016.h42 __u16 yoff; member
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_crtc.c801 uint32_t yoff, yscr, h = dcrtc->cursor_h; in armada_drm_crtc_cursor_update() local
822 yoff = -dcrtc->cursor_y; in armada_drm_crtc_cursor_update()
824 h -= min(yoff, h); in armada_drm_crtc_cursor_update()
826 yoff = 0; in armada_drm_crtc_cursor_update()
830 yoff = 0; in armada_drm_crtc_cursor_update()
877 pix += yoff * s + xoff; in armada_drm_crtc_cursor_update()
/linux-4.4.14/drivers/video/fbdev/
Dps3fb.c853 res.yoff = (res.yres - info->var.yres) / 2; in ps3fb_ioctl()