Searched refs:timing_h (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/board/compulab/common/ |
D | omap3_display.c | 51 .timing_h = DSS_HBP(48) | DSS_HFP(16) | DSS_HSW(96), 63 .timing_h = DSS_HBP(88) | DSS_HFP(40) | DSS_HSW(128), 75 .timing_h = DSS_HBP(160) | DSS_HFP(24) | DSS_HSW(136), 87 .timing_h = DSS_HBP(256) | DSS_HFP(64) | DSS_HSW(128), 99 .timing_h = DSS_HBP(312) | DSS_HFP(96) | DSS_HSW(112), 111 .timing_h = DSS_HBP(248) | DSS_HFP(48) | DSS_HSW(112), 123 .timing_h = DSS_HBP(2) | DSS_HFP(2) | DSS_HSW(2), 279 panel_cfg.timing_h |= DSS_HBP(num_val); in parse_setting() 282 panel_cfg.timing_h |= DSS_HFP(num_val); in parse_setting() 291 panel_cfg.timing_h |= DSS_HSW(num_val); in parse_setting()
|
/external/u-boot/arch/arm/include/asm/arch-omap3/ |
D | dss.h | 67 u32 timing_h; /* 0x64 */ member 203 u32 timing_h; member
|
/external/u-boot/board/teejet/mt_ventoux/ |
D | mt_ventoux.c | 63 .timing_h = PANEL_TIMING_H(40, 5, 2), 74 .timing_h = PANEL_TIMING_H(20, 192, 4),
|
/external/u-boot/drivers/video/ |
D | omap3_dss.c | 110 writel(panel_cfg->timing_h, &dispc->timing_h); in omap3_dss_panel_config()
|
/external/u-boot/board/htkw/mcx/ |
D | mcx.c | 112 .timing_h = PANEL_TIMING_H(40, 40, 48),
|
/external/u-boot/board/ti/beagle/ |
D | beagle.h | 521 .timing_h = 0x0ff03f31, /* Horizontal timing */ 534 .timing_h = 0x1a4024c9, /* Horizontal timing */
|