Searched refs:current_mode (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_omap3430.c420 omap_videomode *current_mode = &omap_videomodes[0];
426 current_mode = &omap_videomodes[cur];
433 hbp = current_mode->left_margin;
434 hfp = current_mode->right_margin;
435 vbp = current_mode->upper_margin;
436 vfp = current_mode->lower_margin;
437 hsw = current_mode->hsync_len;
438 vsw = current_mode->vsync_len;
444 uint32_t vs = FLD_VAL(current_mode->yres - 1, 26, 16) | FLD_VAL(current_mode
[all...]
H A Dpe_omap3530.c458 struct video_mode *current_mode = &modes[0]; local
464 current_mode = &modes[cur];
473 OmapDispc->size_lcd = current_mode->dispc_size;
474 OmapDispc->timing_h = current_mode->dispc_timing_h;
475 OmapDispc->timing_v = current_mode->dispc_timing_v;
477 OmapDispc->divisor = current_mode->dispc_divisor;
478 HwReg(gOmapPrcmBase + 0xE00 + 0x40) = current_mode->dss_divisor;

Completed in 20 milliseconds