Home
last modified time | relevance | path

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

/linux/drivers/media/pci/zoran/
H A Dzr36016.c179 zr36016_writei(ptr, ZR016I_NAY_HI, ptr->yoff >> 8); in zr36016_init()
180 zr36016_writei(ptr, ZR016I_NAY_LO, ptr->yoff & 0xFF); in zr36016_init()
246 ptr->yoff = norm->v_start + cap->y; in zr36016_set_video()
H A Dzr36016.h23 __u16 yoff; member
/linux/arch/powerpc/include/uapi/asm/
H A Dps3fb.h29 __u32 yoff; /* margine y */ member
/linux/drivers/gpu/drm/armada/
H A Darmada_crtc.c606 uint32_t yoff, yscr, h = dcrtc->cursor_h; in armada_drm_crtc_cursor_update() local
627 yoff = -dcrtc->cursor_y; in armada_drm_crtc_cursor_update()
629 h -= min(yoff, h); in armada_drm_crtc_cursor_update()
631 yoff = 0; in armada_drm_crtc_cursor_update()
635 yoff = 0; in armada_drm_crtc_cursor_update()
682 pix += yoff * s + xoff; in armada_drm_crtc_cursor_update()
/linux/drivers/video/fbdev/
H A Dps3fb.c856 res.yoff = (res.yres - info->var.yres) / 2; in ps3fb_ioctl()