Searched refs:vbl (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/arm/allwinner/ |
| H A D | a10_fb.c | 146 #define START_DELAY(vbl) (MIN(32, (vbl)) - 2) argument 345 u_int interlace, hspw, hbp, vspw, vbp, vbl, width, height, start_delay; in a10fb_setup_tcon() local 359 vbl = VBLANK_LEN(mode->vtotal, mode->vdisplay, interlace); in a10fb_setup_tcon() 360 start_delay = START_DELAY(vbl); in a10fb_setup_tcon()
|