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

/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_omap3430.c410 struct dispc_regs *OmapDispc = (struct dispc_regs *) (gOmapDisplayControllerBase + 0x440); local
446 OmapDispc->size_lcd = vs;
447 OmapDispc->timing_h = timing_h;
448 OmapDispc->timing_v = timing_v;
449 OmapDispc->pol_freq = 0x00007028;
450 OmapDispc->divisor = 0x00010001;
451 OmapDispc->config = (2 << 1);
452 OmapDispc->default_color0 = 0xffff0000;
453 OmapDispc->control = ((1 << 3) | (3 << 8));
458 OmapDispc
[all...]
H A Dpe_omap3530.c449 struct dispc_regs *OmapDispc = (struct dispc_regs *) (gOmapDisplayControllerBase + 0x440); local
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;
476 OmapDispc->pol_freq = 0x00007028;
477 OmapDispc->divisor = current_mode->dispc_divisor;
479 OmapDispc->config = (2 << 1);
480 OmapDispc->default_color0 = 0xffff0000;
481 OmapDispc->control = ((1 << 3) | (3 << 8));
486 OmapDispc
[all...]

Completed in 20 milliseconds