Searched refs:PRINTKI (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/video/fbdev/aty/ |
D | atyfb_base.c | 132 #define PRINTKI(fmt, args...) printk(KERN_INFO "atyfb: " fmt, ## args) macro 555 PRINTKI("%s [0x%04x rev 0x%02x]\n", name, type, rev); in correct_chipset() 935 PRINTKI("Disable LCD panel, because video mode does not fit.\n"); in aty_var_to_crtc() 2408 PRINTKI("aty_init: DAC type not implemented yet!\n"); in aty_init() 2423 PRINTKI("aty_init: CLK type not implemented yet!"); in aty_init() 2591 PRINTKI("%d%c %s, %s MHz XTAL, %d MHz PLL, %d Mhz MCLK, %d MHz XCLK\n", in aty_init() 2693 PRINTKI("monitor sense=%x, mode %d\n", in aty_init() 2762 PRINTKI("fb%d: %s frame buffer device on %s\n", in aty_init() 2781 PRINTKI("store_video_par() '%s' \n", video_str); in store_video_par() 2796 PRINTKI("stored them all: $%08lX $%08lX $%08lX \n", vmembase, size, in store_video_par() [all …]
|