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

/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_omap3430.c82 vm_offset_t gOmapDisplayControllerBase = 0x0; variable
148 gOmapDisplayControllerBase = ml_io_map(OMAP3_DSS_BASE - 0x40, PAGE_SIZE);
410 struct dispc_regs *OmapDispc = (struct dispc_regs *) (gOmapDisplayControllerBase + 0x440);
H A Dpe_omap3530.c70 vm_offset_t gOmapDisplayControllerBase = 0x0; variable
136 gOmapDisplayControllerBase = ml_io_map(OMAP3_DSS_BASE - 0x40, PAGE_SIZE);
449 struct dispc_regs *OmapDispc = (struct dispc_regs *) (gOmapDisplayControllerBase + 0x440);
H A Dpe_omap335x.c73 vm_offset_t gOmapDisplayControllerBase = 0x0; variable
411 // gOmapDisplayControllerBase = ml_io_map(OMAP3_DSS_BASE - 0x40, PAGE_SIZE); // doesn't apply for omap335x yet

Completed in 22 milliseconds