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

/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c366 struct video_adapter_softc *va_sc; local
368 va_sc = &va_softc;
372 if (va_sc->initialized)
375 va_sc->width = 0;
376 va_sc->height = 0;
388 va_sc->width = cell;
392 va_sc->height = cell;
395 if (va_sc->width == 0)
396 va_sc->width = FB_WIDTH;
397 if (va_sc
757 struct video_adapter_softc *va_sc = &va_softc; local
[all...]
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx51_ipuv3.c217 struct video_adapter_softc *va_sc = &va_softc; local
227 va_sc->width = ((w0sh96 >> 29) & 0x1fff) + 1;
228 va_sc->height = ((w0sh96 >> 42) & 0x0fff) + 1;
232 va_sc->stride = ((w1sh96 >> 6) & 0x3fff) + 1;
234 printf("%dx%d [%d]\n", va_sc->width, va_sc->height, va_sc->stride);
235 va_sc->fb_size = va_sc->height * va_sc
[all...]
/freebsd-11-stable/sys/arm/versatile/
H A Dversatile_clcd.c230 struct video_adapter_softc *va_sc = &va_softc; local
337 va_sc->fb_addr = (vm_offset_t)sc->fb_base;
338 va_sc->fb_size = dma_size;
339 va_sc->width = sc->width;
340 va_sc->height = sc->height;
341 va_sc->depth = 16;
342 va_sc->stride = sc->width * 2;
343 versatilefb_update_margins(&va_sc->va);
590 struct video_adapter_softc *va_sc; local
592 va_sc
[all...]

Completed in 160 milliseconds