Searched refs:timing_h (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_omap3530.h79 u32 timing_h; /* 0x64 */ member in struct:dispc_regs
134 u32 timing_h; member in struct:panel_config
H A Dpe_omap3430.c416 uint32_t timing_h, timing_v;
441 timing_h = FLD_VAL(hsw - 1, 7, 0) | FLD_VAL(hfp - 1, 19, 8) | FLD_VAL(hbp - 1, 31, 20);
447 OmapDispc->timing_h = timing_h;
H A Dpe_omap3530.c454 uint32_t timing_h, timing_v; local
474 OmapDispc->timing_h = current_mode->dispc_timing_h;

Completed in 10 milliseconds