Searched refs:hfp (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/arm/allwinner/ |
| H A D | a10_hdmi.c | 74 #define VID_HFP(hfp) (((hfp) - 1) << 0) argument 604 int dblscan, hfp, hspw, hbp, vfp, vspw, vbp; in a10hdmi_set_videomode() local 609 hfp = mode->hsync_start - mode->hdisplay; in a10hdmi_set_videomode() 655 VID_VFP(vfp) | VID_HFP(hfp << dblscan)); in a10hdmi_set_videomode()
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_lcd.c | 310 uint32_t hbp, hfp, hsw; in am335x_mode_is_valid() local 324 hfp = MODE_HFP(mode) - 1; in am335x_mode_is_valid() 332 if (hfp > 0x3ff) in am335x_mode_is_valid() 620 uint32_t hbp, hfp, hsw; in am335x_lcd_configure() local 695 hfp = sc->sc_panel.panel_hfp - 1; in am335x_lcd_configure() 709 timing0 |= (hfp & 0xff) << RASTER_TIMING_0_HFP_SHIFT; in am335x_lcd_configure() 710 timing2 |= ((hfp >> 8) & 3) << RASTER_TIMING_2_HFPHI_SHIFT; in am335x_lcd_configure()
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_lcd.c | 201 u_int hbp, hfp, hsw, vbp, vfp, vsw; in jzlcd_set_videomode() local 207 hfp = mode->hsync_start - mode->hdisplay; in jzlcd_set_videomode() 215 ht = hde + hfp; in jzlcd_set_videomode()
|