Lines Matching refs:LOG

167 	LOG(8,("INFO: setting cardspecs\n"));  in set_specs()
231 LOG(4, ("INFO: illegal outputmode detected, assuming internal mode!\n")); in set_specs()
238 LOG(2,("INFO: cardspecs and settings follow:\n")); in dump_specs()
239 LOG(2,("f_ref: %fMhz\n", si->ps.f_ref)); in dump_specs()
240 LOG(2,("max_system_vco: %dMhz\n", si->ps.max_system_vco)); in dump_specs()
241 LOG(2,("min_system_vco: %dMhz\n", si->ps.min_system_vco)); in dump_specs()
242 LOG(2,("max_pixel_vco: %dMhz\n", si->ps.max_pixel_vco)); in dump_specs()
243 LOG(2,("min_pixel_vco: %dMhz\n", si->ps.min_pixel_vco)); in dump_specs()
244 LOG(2,("std_engine_clock: %dMhz\n", si->ps.std_engine_clock)); in dump_specs()
245 LOG(2,("max_dac1_clock: %dMhz\n", si->ps.max_dac1_clock)); in dump_specs()
246 LOG(2,("max_dac1_clock_8: %dMhz\n", si->ps.max_dac1_clock_8)); in dump_specs()
247 LOG(2,("max_dac1_clock_16: %dMhz\n", si->ps.max_dac1_clock_16)); in dump_specs()
248 LOG(2,("max_dac1_clock_24: %dMhz\n", si->ps.max_dac1_clock_24)); in dump_specs()
249 LOG(2,("card memory_size: %dKbytes\n", si->ps.memory_size)); in dump_specs()
250 LOG(2,("card curmem_size: %dbytes\n", si->ps.curmem_size)); in dump_specs()
251 LOG(2,("card max_crtc_width: %d\n", si->ps.max_crtc_width)); in dump_specs()
252 LOG(2,("card max_crtc_height: %d\n", si->ps.max_crtc_height)); in dump_specs()
256 LOG(2, ("B/W dualscan LCD panel detected\n")); in dump_specs()
259 LOG(2, ("color dualscan LCD panel detected\n")); in dump_specs()
262 LOG(2, ("B/W TFT LCD panel detected\n")); in dump_specs()
265 LOG(2, ("color TFT LCD panel detected\n")); in dump_specs()
268 LOG(2,("internal panel width: %d\n", si->ps.panel_width)); in dump_specs()
269 LOG(2,("internal panel height: %d\n", si->ps.panel_height)); in dump_specs()
273 LOG(2, ("external CRT only mode preset\n")); in dump_specs()
276 LOG(2, ("internal LCD only mode preset\n")); in dump_specs()
279 LOG(2, ("simultaneous LCD/CRT mode preset\n")); in dump_specs()
282 LOG(2,("INFO: end cardspecs and settings.\n")); in dump_specs()