Searched refs:PANEL_TIMING_V (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/board/teejet/mt_ventoux/ |
H A D | mt_ventoux.c | 64 .timing_v = PANEL_TIMING_V(8, 8, 2), 75 .timing_v = PANEL_TIMING_V(2, 20, 10),
|
/openbmc/u-boot/board/htkw/mcx/ |
H A D | mcx.c | 113 .timing_v = PANEL_TIMING_V(29, 13, 3),
|
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/ |
H A D | dss.h | 224 #define PANEL_TIMING_V(bp, fp, sw) (DSS_VBP(bp) | DSS_VFP(fp) | DSS_VSW(sw)) macro
|