Lines Matching refs:node

171 void svga_dump_var(struct fb_var_screeninfo *var, int node)
173 pr_debug("fb%d: var.vmode : 0x%X\n", node, var->vmode);
174 pr_debug("fb%d: var.xres : %d\n", node, var->xres);
175 pr_debug("fb%d: var.yres : %d\n", node, var->yres);
176 pr_debug("fb%d: var.bits_per_pixel: %d\n", node, var->bits_per_pixel);
177 pr_debug("fb%d: var.xres_virtual : %d\n", node, var->xres_virtual);
178 pr_debug("fb%d: var.yres_virtual : %d\n", node, var->yres_virtual);
179 pr_debug("fb%d: var.left_margin : %d\n", node, var->left_margin);
180 pr_debug("fb%d: var.right_margin : %d\n", node, var->right_margin);
181 pr_debug("fb%d: var.upper_margin : %d\n", node, var->upper_margin);
182 pr_debug("fb%d: var.lower_margin : %d\n", node, var->lower_margin);
183 pr_debug("fb%d: var.hsync_len : %d\n", node, var->hsync_len);
184 pr_debug("fb%d: var.vsync_len : %d\n", node, var->vsync_len);
185 pr_debug("fb%d: var.sync : 0x%X\n", node, var->sync);
186 pr_debug("fb%d: var.pixclock : %d\n\n", node, var->pixclock);
383 int svga_compute_pll(const struct svga_pll *pll, u32 f_wanted, u16 *m, u16 *n, u16 *r, int node) in svga_compute_pll() argument
388 pr_debug("fb%d: ideal frequency: %d kHz\n", node, (unsigned int) f_wanted); in svga_compute_pll()
435 …pr_debug("fb%d: found frequency: %d kHz (VCO %d kHz)\n", node, (int) (f_current >> ar), (int) f_cu… in svga_compute_pll()
436 …pr_debug("fb%d: m = %d n = %d r = %d\n", node, (unsigned int) *m, (unsigned int) *n, (unsigned int… in svga_compute_pll()
445 int svga_check_timings(const struct svga_timing_regs *tm, struct fb_var_screeninfo *var, int node) in svga_check_timings() argument
514 u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node) in svga_set_timings() argument
521 pr_debug("fb%d: horizontal total : %d\n", node, value); in svga_set_timings()
526 pr_debug("fb%d: horizontal display : %d\n", node, value); in svga_set_timings()
531 pr_debug("fb%d: horizontal blank start: %d\n", node, value); in svga_set_timings()
536 pr_debug("fb%d: horizontal blank end : %d\n", node, value); in svga_set_timings()
541 pr_debug("fb%d: horizontal sync start : %d\n", node, value); in svga_set_timings()
546 pr_debug("fb%d: horizontal sync end : %d\n", node, value); in svga_set_timings()
551 pr_debug("fb%d: vertical total : %d\n", node, value); in svga_set_timings()
556 pr_debug("fb%d: vertical display : %d\n", node, value); in svga_set_timings()
561 pr_debug("fb%d: vertical blank start : %d\n", node, value); in svga_set_timings()
566 pr_debug("fb%d: vertical blank end : %d\n", node, value); in svga_set_timings()
571 pr_debug("fb%d: vertical sync start : %d\n", node, value); in svga_set_timings()
576 pr_debug("fb%d: vertical sync end : %d\n", node, value); in svga_set_timings()
583 pr_debug("fb%d: positive horizontal sync\n", node); in svga_set_timings()
586 pr_debug("fb%d: negative horizontal sync\n", node); in svga_set_timings()
590 pr_debug("fb%d: positive vertical sync\n", node); in svga_set_timings()
593 pr_debug("fb%d: negative vertical sync\n\n", node); in svga_set_timings()