Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/allwinner/
H A Da10_hdmi.c77 #define VID_HSPW(hspw) (((hspw) - 1) << 0) argument
604 int dblscan, hfp, hspw, hbp, vfp, vspw, vbp; in a10hdmi_set_videomode() local
610 hspw = mode->hsync_end - mode->hsync_start; in a10hdmi_set_videomode()
657 VID_VSPW(vspw) | VID_HSPW(hspw << dblscan)); in a10hdmi_set_videomode()
H A Da10_fb.c136 #define BASIC5_HSPW(hspw) (((hspw) - 1) << 16) argument
345 u_int interlace, hspw, hbp, vspw, vbp, vbl, width, height, start_delay; in a10fb_setup_tcon() local
355 hspw = mode->hsync_end - mode->hsync_start; in a10fb_setup_tcon()
417 TCON_WRITE(sc, TCON1_BASIC5, BASIC5_HSPW(hspw) | BASIC5_VSPW(vspw)); in a10fb_setup_tcon()