Lines Matching refs:fext
845 }, fext = { variable
1095 else if ((plen * xres + fext.right + fext.hsync + in falcon_decode_var()
1096 fext.left) * fb_info.monspecs.hfmin < fext.f && in falcon_decode_var()
1097 fext.f) in falcon_decode_var()
1098 pclock = &fext; in falcon_decode_var()
1125 if (fext.t && fext.t * i >= var->pixclock && in falcon_decode_var()
1126 fext.t * i < pcl) { in falcon_decode_var()
1127 pcl = fext.t * i; in falcon_decode_var()
1128 pclock = &fext; in falcon_decode_var()
1155 if (pclock == &fext) in falcon_decode_var()
1379 var->pixclock = hw->sync & 0x1 ? fext.t : in falcon_encode_var()
1771 if (fext.t) in falcon_detect()
1772 fext.hsync = h_syncs[mon_type] / fext.t; in falcon_detect()
3039 fext.f = simple_strtoul(this_opt + 7, NULL, 10); in atafb_setup()
3041 fext.t = 1000000000 / fext.f; in atafb_setup()
3042 fext.f *= 1000; in atafb_setup()