Home
last modified time | relevance | path

Searched refs:timing_h (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/board/compulab/common/
H A Domap3_display.c54 .timing_h = DSS_HBP(48) | DSS_HFP(16) | DSS_HSW(96),
66 .timing_h = DSS_HBP(88) | DSS_HFP(40) | DSS_HSW(128),
78 .timing_h = DSS_HBP(160) | DSS_HFP(24) | DSS_HSW(136),
90 .timing_h = DSS_HBP(256) | DSS_HFP(64) | DSS_HSW(128),
102 .timing_h = DSS_HBP(312) | DSS_HFP(96) | DSS_HSW(112),
114 .timing_h = DSS_HBP(248) | DSS_HFP(48) | DSS_HSW(112),
126 .timing_h = DSS_HBP(2) | DSS_HFP(2) | DSS_HSW(2),
282 panel_cfg.timing_h |= DSS_HBP(num_val); in parse_setting()
285 panel_cfg.timing_h |= DSS_HFP(num_val); in parse_setting()
294 panel_cfg.timing_h |= DSS_HSW(num_val); in parse_setting()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi_wp.c165 u32 timing_h = 0; in hdmi_wp_video_config_timing() local
170 timing_h |= FLD_VAL(timings->hbp, 31, 20); in hdmi_wp_video_config_timing()
171 timing_h |= FLD_VAL(timings->hfp, 19, 8); in hdmi_wp_video_config_timing()
172 timing_h |= FLD_VAL(timings->hsw, 7, 0); in hdmi_wp_video_config_timing()
173 hdmi_write_reg(wp->base, HDMI_WP_VIDEO_TIMING_H, timing_h); in hdmi_wp_video_config_timing()
H A Ddispc.c3029 u32 timing_h, timing_v, l; in _dispc_mgr_set_lcd_timings() local
3032 timing_h = FLD_VAL(hsw-1, dispc.feat->sw_start, 0) | in _dispc_mgr_set_lcd_timings()
3039 dispc_write_reg(DISPC_TIMING_H(channel), timing_h); in _dispc_mgr_set_lcd_timings()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi_wp.c166 u32 timing_h = 0; in hdmi_wp_video_config_timing() local
181 timing_h |= FLD_VAL(vm->hback_porch, 31, 20); in hdmi_wp_video_config_timing()
182 timing_h |= FLD_VAL(vm->hfront_porch, 19, 8); in hdmi_wp_video_config_timing()
183 timing_h |= FLD_VAL(vm->hsync_len - hsync_len_offset, 7, 0); in hdmi_wp_video_config_timing()
184 hdmi_write_reg(wp->base, HDMI_WP_VIDEO_TIMING_H, timing_h); in hdmi_wp_video_config_timing()
H A Ddispc.c3127 u32 timing_h, timing_v, l; in _dispc_mgr_set_lcd_timings() local
3130 timing_h = FLD_VAL(vm->hsync_len - 1, dispc->feat->sw_start, 0) | in _dispc_mgr_set_lcd_timings()
3137 dispc_write_reg(dispc, DISPC_TIMING_H(channel), timing_h); in _dispc_mgr_set_lcd_timings()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap3/
H A Ddss.h67 u32 timing_h; /* 0x64 */ member
203 u32 timing_h; member
/OK3568_Linux_fs/u-boot/board/teejet/mt_ventoux/
H A Dmt_ventoux.c64 .timing_h = PANEL_TIMING_H(40, 5, 2),
75 .timing_h = PANEL_TIMING_H(20, 192, 4),
/OK3568_Linux_fs/u-boot/drivers/video/
H A Domap3_dss.c110 writel(panel_cfg->timing_h, &dispc->timing_h); in omap3_dss_panel_config()
/OK3568_Linux_fs/u-boot/board/htkw/mcx/
H A Dmcx.c113 .timing_h = PANEL_TIMING_H(40, 40, 48),
/OK3568_Linux_fs/u-boot/board/ti/beagle/
H A Dbeagle.h522 .timing_h = 0x0ff03f31, /* Horizontal timing */
535 .timing_h = 0x1a4024c9, /* Horizontal timing */