Home
last modified time | relevance | path

Searched refs:vsynch (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dati_radeon_fb.c622 unsigned long t1, hsynch, vsynch; in video_hw_init() local
678 vsynch = 1000000000L / t1; in video_hw_init()
683 (vsynch / 1000)); in video_hw_init()
H A Dmx3fb.c807 unsigned long t1, hsynch, vsynch; in video_hw_init() local
856 vsynch = 1000000000L / t1; in video_hw_init()
861 bits_per_pixel, (hsynch / 1000), (vsynch / 1000)); in video_hw_init()