Lines Matching defs:ydstorg
326 pos += minfo->curr.ydstorg.chunks;
530 int *video_cmap_len, unsigned int* ydstorg)
566 *ydstorg = 0;
596 *ydstorg = m2 = 0x400000 % m2;
726 fix->smem_start = minfo->video.base + minfo->curr.ydstorg.bytes;
727 fix->smem_len = minfo->video.len_usable - minfo->curr.ydstorg.bytes;
736 unsigned int ydstorg;
742 if ((err = matroxfb_decode_var(minfo, var, &visual, &cmap_len, &ydstorg)) != 0)
752 unsigned int ydstorg;
763 if ((err = matroxfb_decode_var(minfo, var, &visual, &cmap_len, &ydstorg)) != 0)
765 minfo->fbcon.screen_base = vaddr_va(minfo->video.vbase) + ydstorg;
775 ydstorg += minfo->devflags.ydstorg;
776 minfo->curr.ydstorg.bytes = ydstorg;
777 minfo->curr.ydstorg.chunks = ydstorg >> (isInterleave(minfo) ? 3 : 2);
779 minfo->curr.ydstorg.pixels = ydstorg;
781 minfo->curr.ydstorg.pixels = (ydstorg * 8) / var->bits_per_pixel;
812 pos += minfo->curr.ydstorg.chunks;
1777 minfo->devflags.ydstorg = 0;