ydstorg            85 drivers/video/fbdev/matrox/matroxfb_accel.c #define curr_ydstorg(x)	((x)->curr.ydstorg.pixels)
ydstorg           326 drivers/video/fbdev/matrox/matroxfb_base.c 	pos += minfo->curr.ydstorg.chunks;
ydstorg           530 drivers/video/fbdev/matrox/matroxfb_base.c 			       int *video_cmap_len, unsigned int* ydstorg)
ydstorg           566 drivers/video/fbdev/matrox/matroxfb_base.c 	*ydstorg = 0;
ydstorg           596 drivers/video/fbdev/matrox/matroxfb_base.c 			*ydstorg = m2 = 0x400000 % m2;
ydstorg           726 drivers/video/fbdev/matrox/matroxfb_base.c 	fix->smem_start = minfo->video.base + minfo->curr.ydstorg.bytes;
ydstorg           727 drivers/video/fbdev/matrox/matroxfb_base.c 	fix->smem_len = minfo->video.len_usable - minfo->curr.ydstorg.bytes;
ydstorg           736 drivers/video/fbdev/matrox/matroxfb_base.c 	unsigned int ydstorg;
ydstorg           742 drivers/video/fbdev/matrox/matroxfb_base.c 	if ((err = matroxfb_decode_var(minfo, var, &visual, &cmap_len, &ydstorg)) != 0)
ydstorg           752 drivers/video/fbdev/matrox/matroxfb_base.c 	unsigned int ydstorg;
ydstorg           763 drivers/video/fbdev/matrox/matroxfb_base.c 	if ((err = matroxfb_decode_var(minfo, var, &visual, &cmap_len, &ydstorg)) != 0)
ydstorg           765 drivers/video/fbdev/matrox/matroxfb_base.c 	minfo->fbcon.screen_base = vaddr_va(minfo->video.vbase) + ydstorg;
ydstorg           775 drivers/video/fbdev/matrox/matroxfb_base.c 		ydstorg += minfo->devflags.ydstorg;
ydstorg           776 drivers/video/fbdev/matrox/matroxfb_base.c 		minfo->curr.ydstorg.bytes = ydstorg;
ydstorg           777 drivers/video/fbdev/matrox/matroxfb_base.c 		minfo->curr.ydstorg.chunks = ydstorg >> (isInterleave(minfo) ? 3 : 2);
ydstorg           779 drivers/video/fbdev/matrox/matroxfb_base.c 			minfo->curr.ydstorg.pixels = ydstorg;
ydstorg           781 drivers/video/fbdev/matrox/matroxfb_base.c 			minfo->curr.ydstorg.pixels = (ydstorg * 8) / var->bits_per_pixel;
ydstorg           812 drivers/video/fbdev/matrox/matroxfb_base.c 			pos += minfo->curr.ydstorg.chunks;
ydstorg          1764 drivers/video/fbdev/matrox/matroxfb_base.c 	minfo->devflags.ydstorg = 0;
ydstorg           238 drivers/video/fbdev/matrox/matroxfb_base.h 		      } ydstorg;
ydstorg           452 drivers/video/fbdev/matrox/matroxfb_base.h 		unsigned int	ydstorg;	/* offset in bytes from video start to usable memory */