Searched refs:ydstorg (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_base.c328 pos += minfo->curr.ydstorg.chunks;
535 int *video_cmap_len, unsigned int* ydstorg)
571 *ydstorg = 0;
604 *ydstorg = m2 = 0x400000 % m2;
734 fix->smem_start = minfo->video.base + minfo->curr.ydstorg.bytes;
735 fix->smem_len = minfo->video.len_usable - minfo->curr.ydstorg.bytes;
744 unsigned int ydstorg; local
750 if ((err = matroxfb_decode_var(minfo, var, &visual, &cmap_len, &ydstorg)) != 0)
760 unsigned int ydstorg; local
771 if ((err = matroxfb_decode_var(minfo, var, &visual, &cmap_len, &ydstorg)) !
533 matroxfb_decode_var(const struct matrox_fb_info *minfo, struct fb_var_screeninfo *var, int *visual, int *video_cmap_len, unsigned int* ydstorg) argument
[all...]
H A Dmatroxfb_base.h258 } ydstorg; member in struct:matroxfb_par
475 unsigned int ydstorg; /* offset in bytes from video start to usable memory */ member in struct:matrox_fb_info::__anon16304
H A Dmatroxfb_accel.c84 #define curr_ydstorg(x) ((x)->curr.ydstorg.pixels)

Completed in 186 milliseconds