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

/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_omap3430.c468 uint32_t lcd_width, lcd_height; local
471 lcd_width = (vs & 0xffff) + 1;
472 kprintf(KPRINTF_PREFIX "lcd size is %u x %u\n", lcd_width, lcd_height);
477 void *framebuffer = pmap_steal_memory(lcd_width * lcd_width * 4);
479 bzero(framebuffer, lcd_width * lcd_height * 4);
511 PE_state.video.v_rowBytes = lcd_width * 2;
512 PE_state.video.v_width = lcd_width;
H A Dpe_omap3530.c496 uint32_t lcd_width, lcd_height; local
499 lcd_width = (vs & 0xffff) + 1;
500 kprintf(KPRINTF_PREFIX "lcd size is %u x %u\n", lcd_width, lcd_height);
505 void *framebuffer = pmap_steal_memory(lcd_width * lcd_width * 4);
507 bzero(framebuffer, lcd_width * lcd_height * 4);
531 PE_state.video.v_rowBytes = lcd_width * 4;
532 PE_state.video.v_width = lcd_width;
549 memset(framebuffer, 0xb9, lcd_width * lcd_height * 4);
H A Dpe_apq8060.c316 uint32_t lcd_width = 1024; local
320 PE_state.video.v_rowBytes = lcd_width * 4;
321 PE_state.video.v_width = lcd_width;

Completed in 21 milliseconds