Searched refs:hsw (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_lcd.c | 310 uint32_t hbp, hfp, hsw; in am335x_mode_is_valid() local 325 hsw = MODE_HSW(mode) - 1; in am335x_mode_is_valid() 334 if (hsw > 0x3ff) in am335x_mode_is_valid() 620 uint32_t hbp, hfp, hsw; in am335x_lcd_configure() local 696 hsw = sc->sc_panel.panel_hsw - 1; in am335x_lcd_configure() 712 timing0 |= (hsw & 0x3f) << RASTER_TIMING_0_HSW_SHIFT; in am335x_lcd_configure() 713 timing2 |= ((hsw >> 6) & 0xf) << RASTER_TIMING_2_HSWHI_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 208 hsw = mode->hsync_end - mode->hsync_start; in jzlcd_set_videomode() 213 hds = hsw + hbp; in jzlcd_set_videomode() 228 LCD_WRITE(sc, LCDHSYNC, hsw); in jzlcd_set_videomode()
|