Lines Matching refs:fext
837 }, fext = { variable
1087 else if ((plen * xres + fext.right + fext.hsync + in falcon_decode_var()
1088 fext.left) * fb_info.monspecs.hfmin < fext.f && in falcon_decode_var()
1089 fext.f) in falcon_decode_var()
1090 pclock = &fext; in falcon_decode_var()
1117 if (fext.t && fext.t * i >= var->pixclock && in falcon_decode_var()
1118 fext.t * i < pcl) { in falcon_decode_var()
1119 pcl = fext.t * i; in falcon_decode_var()
1120 pclock = &fext; in falcon_decode_var()
1147 if (pclock == &fext) in falcon_decode_var()
1371 var->pixclock = hw->sync & 0x1 ? fext.t : in falcon_encode_var()
1763 if (fext.t) in falcon_detect()
1764 fext.hsync = h_syncs[mon_type] / fext.t; in falcon_detect()
3031 fext.f = simple_strtoul(this_opt + 7, NULL, 10); in atafb_setup()
3033 fext.t = 1000000000 / fext.f; in atafb_setup()
3034 fext.f *= 1000; in atafb_setup()