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

/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_bcm2835.c66 struct fb_info __attribute__((aligned(16))) gFBInfo; variable in typeref:struct:fb_info
190 gFBInfo.phys_w = 1280;
191 gFBInfo.phys_h = 768;
192 gFBInfo.virt_w = gFBInfo.phys_w;
193 gFBInfo.virt_h = gFBInfo.phys_h;
194 gFBInfo.bpp = 4 * (8); // 32bpp
196 mb_send(1, pmap_extract(kernel_pmap, &gFBInfo) + 0x40000000);
199 PE_state.video.v_baseAddr = (unsigned long) ml_io_map((void*) gFBInfo
[all...]

Completed in 16 milliseconds