Lines Matching +full:60 +full:v
76 .vfmin = 60,
77 .vfmax = 60,
86 .vfmin = 60,
87 .vfmax = 60,
232 printk(KERN_DEBUG " V-cycle : %d\n", vidc.v_cycle); in acornfb_set_timing()
233 printk(KERN_DEBUG " V-sync-width : %d\n", vidc.v_sync_width); in acornfb_set_timing()
234 printk(KERN_DEBUG " V-border-start : %d\n", vidc.v_border_start); in acornfb_set_timing()
235 printk(KERN_DEBUG " V-display-start : %d\n", vidc.v_display_start); in acornfb_set_timing()
236 printk(KERN_DEBUG " V-display-end : %d\n", vidc.v_display_end); in acornfb_set_timing()
237 printk(KERN_DEBUG " V-border-end : %d\n", vidc.v_border_end); in acornfb_set_timing()
647 }, { /* 640x480 @ 60Hz, 31.5 kHz hsync */
648 NULL, 60, 640, 480, 39722, 48, 16, 32, 11, 96, 2,
655 }, { /* 896x352 @ 60Hz, 21.8 kHz hsync */
656 NULL, 60, 896, 352, 41667, 59, 27, 9, 0, 118, 3,
659 }, { /* 1024x 768 @ 60Hz, 48.4 kHz hsync */
660 NULL, 60, 1024, 768, 15385, 160, 24, 29, 3, 136, 6,
663 }, { /* 1280x1024 @ 60Hz, 63.8 kHz hsync */
664 NULL, 60, 1280, 1024, 9090, 186, 96, 38, 1, 160, 3,
672 .refresh = 60,
1068 current_par.using_vram ? 'V' : 'D', in acornfb_probe()