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

/freebsd-11-stable/sys/i386/include/
H A Dxbox.h39 #define XBOX_FB_START (0xf0000000 | (XBOX_RAM_SIZE - XBOX_FB_SIZE)) macro
/freebsd-11-stable/sys/i386/xbox/
H A Dxboxfb.c240 pmap_kenter (((i + 1) * PAGE_SIZE), XBOX_FB_START + (i * PAGE_SIZE));
246 *(uint32_t*)((i + 1) * PAGE_SIZE + XBOX_FB_START_PTR % PAGE_SIZE) = XBOX_FB_START;
300 sc->sc_framebuffer = pmap_mapdev (XBOX_FB_START, XBOX_FB_SIZE);

Completed in 59 milliseconds