Lines Matching refs:f32
776 f32 = {32000000, 31250, 18, 0, 42, 0x0, 0}, variable
975 pclock = &f32; in falcon_decode_var()
988 if (var->pixclock > f32.t * plen) in falcon_decode_var()
990 pclock = &f32; in falcon_decode_var()
1032 else if ((plen * xres + f32.right+f32.hsync+f32.left) * in falcon_decode_var()
1033 fb_info.monspecs.hfmin < f32.f) in falcon_decode_var()
1034 pclock = &f32; in falcon_decode_var()
1060 if (f32.t*i >= var->pixclock && f32.t*i < pcl) { in falcon_decode_var()
1061 pcl = f32.t * i; in falcon_decode_var()
1062 pclock = &f32; in falcon_decode_var()
1320 hw->vid_control & VCO_CLOCK25 ? f25.t : f32.t; in falcon_encode_var()
1738 f32.hsync = h_syncs[mon_type] / f32.t; in falcon_detect()