Lines Matching defs:par_info
413 struct par_info { struct
417 u_char clock_mult;
418 u_char clock_div;
419 u_char extseqmisc;
420 u_char co_pixfmt;
421 u_char crtc_ofl;
422 u_char crtc[19];
423 u_int width;
424 u_int pitch;
425 u_int fetch;
453 static void cyber2000fb_set_timing(struct cfb_info *cfb, struct par_info *hw) in cyber2000fb_set_timing() argument