Home
last modified time | relevance | path

Searched refs:PANEL_TIMING_H (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/board/teejet/mt_ventoux/
H A Dmt_ventoux.c63 .timing_h = PANEL_TIMING_H(40, 5, 2),
74 .timing_h = PANEL_TIMING_H(20, 192, 4),
/openbmc/u-boot/board/htkw/mcx/
H A Dmcx.c112 .timing_h = PANEL_TIMING_H(40, 40, 48),
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/
H A Ddss.h223 #define PANEL_TIMING_H(bp, fp, sw) (DSS_HBP(bp) | DSS_HFP(fp) | DSS_HSW(sw)) macro